Update README.md
Browse files
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
|
|
|
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 |
]
|