UnicomAI commited on
Commit
fc551fe
1 Parent(s): e84514e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -61,8 +61,8 @@ pipeline = transformers.pipeline(
61
 
62
 
63
  messages = [
64
- {"role": "system", "content": "You are a helpful assistant"},
65
- {"role": "user", "content": "Who are you?"},
66
  ]
67
 
68
 
 
61
 
62
 
63
  messages = [
64
+ {"role": "system", "content": "A chat between a curious user and an artificial intelligence assistant.The assistant gives helpful, detailed, and polite answers to the user's questions."},
65
+ {"role": "user", "content": "你是谁"},
66
  ]
67
 
68