Text Generation
Transformers
Safetensors
GGUF
mistral
roblox
luau
code
sft
trl
unsloth
conversational
text-generation-inference
boatbomber commited on
Commit
c72da7b
·
1 Parent(s): 84e5d4f

Fix typo in template

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. #}