TheCluster commited on
Commit
2ed5fb9
·
verified ·
1 Parent(s): 83fac96

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -143,7 +143,7 @@
143
  {%- endfor %}
144
  {%- if add_generation_prompt %}
145
  {{- '<|im_start|>assistant\n' }}
146
- {%- if enable_thinking is not defined or enable_thinking is false %}
147
  {{- '<think>\n\n</think>\n\n' }}
148
  {%- else %}
149
  {{- '<think>\n' }}
 
143
  {%- endfor %}
144
  {%- if add_generation_prompt %}
145
  {{- '<|im_start|>assistant\n' }}
146
+ {%- if enable_thinking is defined and enable_thinking is false %}
147
  {{- '<think>\n\n</think>\n\n' }}
148
  {%- else %}
149
  {{- '<think>\n' }}