tclf90 commited on
Commit
2893814
·
verified ·
1 Parent(s): 4f168e2

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -77,5 +77,5 @@
77
  {%- endif %}
78
  {%- endfor %}
79
  {%- if add_generation_prompt %}
80
- {{- '<|im_start|>assistant\n<think>DONE</think>\n' if (enable_thinking is defined and not enable_thinking) else '<|im_start|>assistant\n<think>' -}}
81
  {%- endif %}
 
77
  {%- endif %}
78
  {%- endfor %}
79
  {%- if add_generation_prompt %}
80
+ {{- '<|im_start|>assistant\n<think>\n\n</think>\n' if (enable_thinking is defined and not enable_thinking) else '<|im_start|>assistant\n<think>' -}}
81
  {%- endif %}