Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ tokenizer = AutoTokenizer.from_pretrained("HelpingAI/HAI-SER-v0.1")
|
|
| 66 |
|
| 67 |
# Example usage
|
| 68 |
chat = [
|
| 69 |
-
{"role": "system", "content": "You are an emotionally intelligent AI assistant."},
|
| 70 |
{"role": "user", "content": "I am feeling really frustrated with my work today."}
|
| 71 |
]
|
| 72 |
|
|
|
|
| 66 |
|
| 67 |
# Example usage
|
| 68 |
chat = [
|
| 69 |
+
{"role": "system", "content": "You are an emotionally intelligent AI assistant who always thinks step by step before answering a user's."},
|
| 70 |
{"role": "user", "content": "I am feeling really frustrated with my work today."}
|
| 71 |
]
|
| 72 |
|