plcedoz38 commited on
Commit
4cfd814
·
verified ·
1 Parent(s): 6b8b26e

enable_thinking -> thinking

Browse files
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 %}