aimeri commited on
Commit
fb0107e
·
verified ·
1 Parent(s): 6a08640

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +2 -0
chat_template.jinja CHANGED
@@ -85,5 +85,7 @@
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 %}
 
85
  {{- '<|im_start|>assistant\n' }}
86
  {%- if enable_thinking is defined and enable_thinking is false %}
87
  {{- '<think>\n\n</think>\n\n' }}
88
+ {%- elif enable_thinking is defined and enable_thinking is true %}
89
+ {{- '<think>\n' }}
90
  {%- endif %}
91
  {%- endif %}