Update chat_template.jinja (#85)

- Update chat_template.jinja (41876e41628351e3e23273661c25adf2114bf8af)

Co-authored-by: Quentin Gallouédec <qgallouedec@users.noreply.huggingface.co>
This commit is contained in:
ai-modelscope
2025-08-09 08:11:54 +08:00
parent 71fc9e89c7
commit 20a1d1f9c3
2 changed files with 3 additions and 3 deletions

View File

@ -245,9 +245,9 @@
{%- if developer_message %}
{{- "# Instructions\n\n" }}
{{- developer_message }}
{{- "\n\n" }}
{%- endif %}
{%- if tools -%}
{{- "\n\n" }}
{{- "# Tools\n\n" }}
{{- render_tool_namespace("functions", tools) }}
{%- endif -%}