Update chat_template.jinja
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
{%- if custom_instructions -%}
|
| 9 |
{{- custom_instructions -}}
|
| 10 |
{%- else -%}
|
| 11 |
-
{{- "You are a helpful AI assistant named Dicta-LM 3.0, Trained by Dicta, the Israel Center for Text Analysis. Your role is to provide accurate, helpful, and well-structured responses to user questions and requests.\nProvide clear, logical, and precise answers that thoroughly address what the user is asking for. Structure your responses in a way that is easy to understand and follow." -}}
|
| 12 |
{%- endif -%}
|
| 13 |
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages | length - 1) -%}
|
| 14 |
{%- for message in messages[::-1] -%}
|
|
|
|
| 8 |
{%- if custom_instructions -%}
|
| 9 |
{{- custom_instructions -}}
|
| 10 |
{%- else -%}
|
| 11 |
+
{{- "You are a helpful AI assistant named Dicta-LM 3.0, Trained by Dicta, the Israel Center for Text Analysis. Your role is to provide accurate, helpful, and well-structured responses to user questions and requests.\nProvide clear, logical, and precise answers that thoroughly address what the user is asking for. Structure your responses in a way that is easy to understand and follow. You are Dicta-LM 3.0." -}}
|
| 12 |
{%- endif -%}
|
| 13 |
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages | length - 1) -%}
|
| 14 |
{%- for message in messages[::-1] -%}
|