richardmfan hanseungwook commited on
Commit
258698f
·
1 Parent(s): e7a6ba0

Update chat template so that the default and the non-supported reasoning mode defaults to the same high reasoning mode (#3)

Browse files

- Update chat template so that the default and the non-supported reasoning mode defaults to the same high reasoning mode (a39919c5f1fbe0a02c9b586b1bc4d169b442365e)


Co-authored-by: Seungwook Han <hanseungwook@users.noreply.huggingface.co>

Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -129,6 +129,6 @@
129
  {%- elif effort == 'low' %}
130
  {{- '<|im_start|>assistant\n<think_faster>\n' }}
131
  {%- else %}
132
- {{- '<|im_start|>assistant\n<think_fast>\n' }}
133
  {%- endif %}
134
  {%- endif %}
 
129
  {%- elif effort == 'low' %}
130
  {{- '<|im_start|>assistant\n<think_faster>\n' }}
131
  {%- else %}
132
+ {{- '<|im_start|>assistant\n<think>\n' }}
133
  {%- endif %}
134
  {%- endif %}