baseten-admin commited on
Commit
46501d6
·
verified ·
1 Parent(s): e6772be

Update chat_template.jinja (#2)

Browse files

- Update chat_template.jinja (b09ac9c3f06819d3a562272ac276a6ebe8b337ec)

Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -82,5 +82,5 @@ For each function call, output the function name and arguments within the follow
82
  {%- endif -%}
83
  {%- endfor -%}
84
  {%- if add_generation_prompt -%}
85
- <|assistant|>{{- '</think>' if (enable_thinking is defined and not enable_thinking) else '<think>' -}}
86
  {%- endif -%}
 
82
  {%- endif -%}
83
  {%- endfor -%}
84
  {%- if add_generation_prompt -%}
85
+ <|assistant|>{{- '<think>' if (enable_thinking is defined and enable_thinking) else '</think>' -}}
86
  {%- endif -%}