Abhaykoul commited on
Commit
7fe8a01
·
verified ·
1 Parent(s): 1a518e2

Update README.md

Browse files
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