Update thinking=true by default
#1
by
pramjana
- opened
- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
{%- if not thinking is defined %}{% set thinking =
|
| 2 |
{%- if tools %}
|
| 3 |
{{- '<|im_start|>system\n' }}
|
| 4 |
{%- if messages[0].role == 'system' %}
|
|
|
|
| 1 |
+
{%- if not thinking is defined %}{% set thinking = true %}{% endif %}
|
| 2 |
{%- if tools %}
|
| 3 |
{{- '<|im_start|>system\n' }}
|
| 4 |
{%- if messages[0].role == 'system' %}
|