plcedoz38 commited on
Commit
d2e5a8e
·
verified ·
1 Parent(s): 9c11eaa

enable_thinking -> thinking (#1)

Browse files

- enable_thinking -> thinking (8c2ecda441766594d22ded3bf3d4a7c905ad564b)

Files changed (1) hide show
  1. 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 enable_thinking is defined and enable_thinking is false %}
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 %}