YongganFu commited on
Commit
80ab10a
·
verified ·
1 Parent(s): 281fcf8

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -9,7 +9,7 @@
9
  {%- endfor %}
10
  {%- endif %}
11
  {% endmacro %}
12
- {%- set enable_thinking = enable_thinking if enable_thinking is defined else True %}
13
  {%- set truncate_history_thinking = truncate_history_thinking if truncate_history_thinking is defined else True %}
14
 
15
  {%- set ns = namespace(last_user_idx = -1) %}
 
9
  {%- endfor %}
10
  {%- endif %}
11
  {% endmacro %}
12
+ {%- set enable_thinking = enable_thinking if enable_thinking is defined else False %}
13
  {%- set truncate_history_thinking = truncate_history_thinking if truncate_history_thinking is defined else True %}
14
 
15
  {%- set ns = namespace(last_user_idx = -1) %}