Update chat_template.jinja
Browse files- chat_template.jinja +0 -3
chat_template.jinja
CHANGED
|
@@ -340,8 +340,5 @@
|
|
| 340 |
{%- if add_generation_prompt -%}
|
| 341 |
{%- if ns.prev_message_type != 'tool_response' and ns.prev_message_type != 'tool_call' -%}
|
| 342 |
{{- '<|turn>model\n' -}}
|
| 343 |
-
{%- if not enable_thinking | default(false) -%}
|
| 344 |
-
{{- '<|channel>thought\n<channel|>' -}}
|
| 345 |
-
{%- endif -%}
|
| 346 |
{%- endif -%}
|
| 347 |
{%- endif -%}
|
|
|
|
| 340 |
{%- if add_generation_prompt -%}
|
| 341 |
{%- if ns.prev_message_type != 'tool_response' and ns.prev_message_type != 'tool_call' -%}
|
| 342 |
{{- '<|turn>model\n' -}}
|
|
|
|
|
|
|
|
|
|
| 343 |
{%- endif -%}
|
| 344 |
{%- endif -%}
|