Update chat template so that the default and the non-supported reasoning mode defaults to the same high reasoning mode
#3
by
hanseungwook - opened
- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -129,6 +129,6 @@
|
|
| 129 |
{%- elif effort == 'low' %}
|
| 130 |
{{- '<|im_start|>assistant\n<think_faster>\n' }}
|
| 131 |
{%- else %}
|
| 132 |
-
{{- '<|im_start|>assistant\n<
|
| 133 |
{%- endif %}
|
| 134 |
{%- endif %}
|
|
|
|
| 129 |
{%- elif effort == 'low' %}
|
| 130 |
{{- '<|im_start|>assistant\n<think_faster>\n' }}
|
| 131 |
{%- else %}
|
| 132 |
+
{{- '<|im_start|>assistant\n<think>\n' }}
|
| 133 |
{%- endif %}
|
| 134 |
{%- endif %}
|