nightmedia commited on
Commit
81aa96d
·
verified ·
1 Parent(s): 027efa8

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -20,7 +20,7 @@
20
 
21
  {# Set Instruct mode here #}
22
 
23
- {%- set enable_thinking = false %}
24
  {%- macro render_content(content, do_vision_count, is_system_content=false) %}
25
  {%- if content is string %}
26
  {{- content }}
 
20
 
21
  {# Set Instruct mode here #}
22
 
23
+ {%- set _enable_thinking = false %}
24
  {%- macro render_content(content, do_vision_count, is_system_content=false) %}
25
  {%- if content is string %}
26
  {{- content }}