Update chat_template.jinja
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -143,7 +143,7 @@
|
|
| 143 |
{%- endfor %}
|
| 144 |
{%- if add_generation_prompt %}
|
| 145 |
{{- '<|im_start|>assistant\n' }}
|
| 146 |
-
{%- if enable_thinking is
|
| 147 |
{{- '<think>\n\n</think>\n\n' }}
|
| 148 |
{%- else %}
|
| 149 |
{{- '<think>\n' }}
|
|
|
|
| 143 |
{%- endfor %}
|
| 144 |
{%- if add_generation_prompt %}
|
| 145 |
{{- '<|im_start|>assistant\n' }}
|
| 146 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 147 |
{{- '<think>\n\n</think>\n\n' }}
|
| 148 |
{%- else %}
|
| 149 |
{{- '<think>\n' }}
|