added missing \n
#1
by
owao
- opened
- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{#- Default system message if no system prompt is passed. #}
|
| 2 |
-
{%- set default_system_message = '# HOW YOU SHOULD THINK AND ANSWER\n\nFirst draft your thinking process (inner monologue) until you arrive at a response. Format your response using Markdown, and use LaTeX for any mathematical equations. Write both your thoughts and the response in the same language as the input.\n\nYour thinking process must follow the template below
|
| 3 |
|
| 4 |
{#- Begin of sequence token. #}
|
| 5 |
{{- bos_token }}
|
|
|
|
| 1 |
{#- Default system message if no system prompt is passed. #}
|
| 2 |
+
{%- set default_system_message = '# HOW YOU SHOULD THINK AND ANSWER\n\nFirst draft your thinking process (inner monologue) until you arrive at a response. Format your response using Markdown, and use LaTeX for any mathematical equations. Write both your thoughts and the response in the same language as the input.\n\nYour thinking process must follow the template below:\n[THINK]Your thoughts or/and draft, like working through an exercise on scratch paper. Be as casual and as long as you want until you are confident to generate the response to the user.[/THINK]Here, provide a self-contained response.' %}
|
| 3 |
|
| 4 |
{#- Begin of sequence token. #}
|
| 5 |
{{- bos_token }}
|