huihui-ai commited on
Commit
288926b
·
verified ·
1 Parent(s): 9eddcee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ tokenizer.pad_token_id = tokenizer.eos_token_id
66
 
67
  # Initialize conversation context
68
  initial_messages = [
69
- {"role": "system", "content": "You are a helpful assistant provided by Moonshot-AI."}
70
  ]
71
  messages = initial_messages.copy() # Copy the initial conversation context
72
 
 
66
 
67
  # Initialize conversation context
68
  initial_messages = [
69
+ {"role": "system", "content": "You are a helpful assistant."}
70
  ]
71
  messages = initial_messages.copy() # Copy the initial conversation context
72