enable_thinking -> thinking (#1)
Browse files- enable_thinking -> thinking (8c2ecda441766594d22ded3bf3d4a7c905ad564b)
- 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 %}
|