jan-hq commited on
Commit
7fb888a
·
verified ·
1 Parent(s): 06bfbef

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -3
chat_template.jinja CHANGED
@@ -83,7 +83,5 @@
83
  {%- endfor %}
84
  {%- if add_generation_prompt %}
85
  {{- '<|im_start|>assistant\n' }}
86
- {%- if enable_thinking is defined and enable_thinking is false %}
87
- {{- '<think>\n\n</think>\n\n' }}
88
- {%- endif %}
89
  {%- endif %}
 
83
  {%- endfor %}
84
  {%- if add_generation_prompt %}
85
  {{- '<|im_start|>assistant\n' }}
86
+ {{- '<think>\n\n</think>\n\n' }}
 
 
87
  {%- endif %}