shimmyshimmer commited on
Commit
7007358
·
verified ·
1 Parent(s): d74d5eb

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -98,7 +98,7 @@
98
  {{- "[TOOL_RESULTS]" + content|string + "[/TOOL_RESULTS]" }}
99
 
100
  {%- else %}
101
- {{- raise_exception('Only user, systemm assistant and tool roles are supported in the custom template made by Unsloth!') }}
102
  {%- endif %}
103
  {%- endfor %}
104
  {#- Copyright 2025-present the Unsloth team. All rights reserved. #}
 
98
  {{- "[TOOL_RESULTS]" + content|string + "[/TOOL_RESULTS]" }}
99
 
100
  {%- else %}
101
+ {{- raise_exception('Only user, system, assistant and tool roles are supported in the custom template made by Unsloth!') }}
102
  {%- endif %}
103
  {%- endfor %}
104
  {#- Copyright 2025-present the Unsloth team. All rights reserved. #}