Update chat_template.jinja
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
{%- if custom_instructions -%}
|
| 20 |
{{- custom_instructions + "\n\n" -}}
|
| 21 |
{%- else -%}
|
| 22 |
-
{{- "You are a helpful AI assistant named xLSTM, trained by NXAI
|
| 23 |
{%- endif -%}
|
| 24 |
|
| 25 |
{%- if xml_tools or python_tools or tools -%}
|
|
|
|
| 19 |
{%- if custom_instructions -%}
|
| 20 |
{{- custom_instructions + "\n\n" -}}
|
| 21 |
{%- else -%}
|
| 22 |
+
{{- "You are a helpful AI assistant named xLSTM, trained by NXAI.\n\n" -}}
|
| 23 |
{%- endif -%}
|
| 24 |
|
| 25 |
{%- if xml_tools or python_tools or tools -%}
|