qingy2024 commited on
Commit
d4b4d6c
·
verified ·
1 Parent(s): 8c5513b

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -1
chat_template.jinja CHANGED
@@ -8,7 +8,6 @@
8
  ' + message.content + '<|corrected_end|>
9
  ' }}
10
  {%- else %}
11
- {# Raise an error for unsupported roles, as per requirement to remove system message stuff #}
12
  {{- raise('Unknown role: ' + message.role) }}
13
  {%- endif %}
14
  {%- endfor %}
 
8
  ' + message.content + '<|corrected_end|>
9
  ' }}
10
  {%- else %}
 
11
  {{- raise('Unknown role: ' + message.role) }}
12
  {%- endif %}
13
  {%- endfor %}