Update chat_template.jinja (#94)

- Update chat_template.jinja (6965815ae896176f6b820fd508d15ebbca89a903)

Co-authored-by: Quentin Gallouédec <qgallouedec@users.noreply.huggingface.co>
This commit is contained in:
ai-modelscope
2025-08-09 08:16:19 +08:00
parent c5fe96c09a
commit 00330d7e17
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 -%}