joaogante commited on
Commit
156b5c8
·
1 Parent(s): 0f28bc4

Update non-thinking chat template (#15)

Browse files

- Update non-thinking chat template (f5ec4f7bc11b9a09079ae3ac9f022c2b6113ee93)

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 -%}