enable_thinking -> thinking
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -106,7 +106,7 @@
|
|
| 106 |
{%- endif %}
|
| 107 |
{%- endfor %}
|
| 108 |
{%- if add_generation_prompt %}
|
| 109 |
-
{{- '<|im_start|>assistant\n<think>\n' }} {%- if
|
| 110 |
{{- '\n</think>\n\n'}}
|
| 111 |
{%- endif %}
|
| 112 |
{%- endif %}
|
|
|
|
| 106 |
{%- endif %}
|
| 107 |
{%- endfor %}
|
| 108 |
{%- if add_generation_prompt %}
|
| 109 |
+
{{- '<|im_start|>assistant\n<think>\n' }} {%- if thinking is defined and thinking is false %}
|
| 110 |
{{- '\n</think>\n\n'}}
|
| 111 |
{%- endif %}
|
| 112 |
{%- endif %}
|