Update chat_template.jinja
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -116,6 +116,6 @@
|
|
| 116 |
{%- endif %}
|
| 117 |
{%- endfor %}
|
| 118 |
{%- if add_generation_prompt %}
|
| 119 |
-
{{- '<|im_start|>assistant\n
|
| 120 |
{%- endif %}
|
| 121 |
{# Copyright 2025-present Unsloth. Apache 2.0 License. #}
|
|
|
|
| 116 |
{%- endif %}
|
| 117 |
{%- endfor %}
|
| 118 |
{%- if add_generation_prompt %}
|
| 119 |
+
{{- '<|im_start|>assistant\n' }}
|
| 120 |
{%- endif %}
|
| 121 |
{# Copyright 2025-present Unsloth. Apache 2.0 License. #}
|