Commit ·
f07559c
1
Parent(s): d7e73a6
Update chat_template.jinja (#1)
Browse files- Update chat_template.jinja (e378199dfdccbe3c32d069c60b2580a9148943d7)
- 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 not enable_thinking) else '<think>\nCerto, aqui vai meu pensamento:\n\n' -}}
|
| 86 |
{%- endif -%}
|