Add <|im_end|> to system role
#32
by
wannaphong
- opened
- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -64,8 +64,8 @@
|
|
| 64 |
{{- python_tool_string -}}
|
| 65 |
{%- endif -%}
|
| 66 |
{{- "\n\n" -}}
|
| 67 |
-
{{- "<|im_end|>\n" -}}
|
| 68 |
{%- endif -%}
|
|
|
|
| 69 |
{%- endif -%}
|
| 70 |
{# ───── main loop ───── #}
|
| 71 |
{%- for message in messages -%}
|
|
|
|
| 64 |
{{- python_tool_string -}}
|
| 65 |
{%- endif -%}
|
| 66 |
{{- "\n\n" -}}
|
|
|
|
| 67 |
{%- endif -%}
|
| 68 |
+
{{- "<|im_end|>\n" -}}
|
| 69 |
{%- endif -%}
|
| 70 |
{# ───── main loop ───── #}
|
| 71 |
{%- for message in messages -%}
|