Update chat_template.jinja (#85)
Browse files- Update chat_template.jinja (41876e41628351e3e23273661c25adf2114bf8af)
Co-authored-by: Quentin Gallouédec <[email protected]>
- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
@@ -245,9 +245,9 @@
|
|
245 |
{%- if developer_message %}
|
246 |
{{- "# Instructions\n\n" }}
|
247 |
{{- developer_message }}
|
|
|
248 |
{%- endif %}
|
249 |
{%- if tools -%}
|
250 |
-
{{- "\n\n" }}
|
251 |
{{- "# Tools\n\n" }}
|
252 |
{{- render_tool_namespace("functions", tools) }}
|
253 |
{%- endif -%}
|
|
|
245 |
{%- if developer_message %}
|
246 |
{{- "# Instructions\n\n" }}
|
247 |
{{- developer_message }}
|
248 |
+
{{- "\n\n" }}
|
249 |
{%- endif %}
|
250 |
{%- if tools -%}
|
|
|
251 |
{{- "# Tools\n\n" }}
|
252 |
{{- render_tool_namespace("functions", tools) }}
|
253 |
{%- endif -%}
|