Update chat_template.jinja
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -77,5 +77,5 @@
|
|
| 77 |
{%- endif %}
|
| 78 |
{%- endfor %}
|
| 79 |
{%- if add_generation_prompt %}
|
| 80 |
-
{{- '<|im_start|>assistant\n<think
|
| 81 |
{%- endif %}
|
|
|
|
| 77 |
{%- endif %}
|
| 78 |
{%- endfor %}
|
| 79 |
{%- if add_generation_prompt %}
|
| 80 |
+
{{- '<|im_start|>assistant\n<think>\n\n</think>\n' if (enable_thinking is defined and not enable_thinking) else '<|im_start|>assistant\n<think>' -}}
|
| 81 |
{%- endif %}
|