mirror of
https://www.modelscope.cn/openai-mirror/gpt-oss-120b.git
synced 2026-04-03 02:22:56 +08:00
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:
@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user