beyoru commited on
Commit
24691e8
·
verified ·
1 Parent(s): e612cf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -30,7 +30,8 @@ messages = [
30
  {'role': 'system', 'content': """You are a helpful and harmless AI assistant.
31
  A conversation between User and Assistant. The user asks a question, and the Assistant solves it.
32
  The assistant first thinks about the reasoning process in the mind and then provides the user with the answer.
33
- The reasoning process and answer are enclosed within `<think> </think>` and `<answer> </answer>` tags, respectively, i.e., `<think> reasoning process here </think>` `<answer> answer here </answer>`.
 
34
  User: **prompt**.
35
  Assistant:"""}
36
  ]
 
30
  {'role': 'system', 'content': """You are a helpful and harmless AI assistant.
31
  A conversation between User and Assistant. The user asks a question, and the Assistant solves it.
32
  The assistant first thinks about the reasoning process in the mind and then provides the user with the answer.
33
+ The reasoning process and answer are enclosed within `<think> </think>` and `<answer> </answer>`\
34
+ tags, respectively, i.e., `<think> reasoning process here </think>` `<answer> answer here </answer>`.
35
  User: **prompt**.
36
  Assistant:"""}
37
  ]