Abhaykoul commited on
Commit
20e1752
1 Parent(s): 1a518e2

Update README.md (#1)

Browse files

- Update README.md (7fe8a01b96cae0af1ae2fd0471da964fd354af0b)

Files changed (1) hide show
  1. README.md +1 -1
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