prince-canuma joaogante commited on
Commit
675798e
·
1 Parent(s): 6156b10

Update chat_template.jinja (#1)

Browse files

- Update chat_template.jinja (51dd1678c4d4564ea0825e921c46e2ebda5b397d)


Co-authored-by: Joao Gante <joaogante@users.noreply.huggingface.co>

Files changed (1) hide show
  1. chat_template.jinja +0 -3
chat_template.jinja CHANGED
@@ -356,8 +356,5 @@
356
  {%- if add_generation_prompt -%}
357
  {%- if ns.prev_message_type != 'tool_response' and ns.prev_message_type != 'tool_call' -%}
358
  {{- '<|turn>model\n' -}}
359
- {%- if not enable_thinking | default(false) -%}
360
- {{- '<|channel>thought\n<channel|>' -}}
361
- {%- endif -%}
362
  {%- endif -%}
363
  {%- endif -%}
 
356
  {%- if add_generation_prompt -%}
357
  {%- if ns.prev_message_type != 'tool_response' and ns.prev_message_type != 'tool_call' -%}
358
  {{- '<|turn>model\n' -}}
 
 
 
359
  {%- endif -%}
360
  {%- endif -%}