Update README.md (#1)
Browse files- Update README.md (7fe8a01b96cae0af1ae2fd0471da964fd354af0b)
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 |
|