iamPi commited on
Commit
ac19b5c
·
verified ·
1 Parent(s): b172c4a

Delete chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -1
chat_template.jinja DELETED
@@ -1 +0,0 @@
1
- {%- for message in messages %}{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' }}{%- endfor %}{%- if add_generation_prompt %}{{- '<|im_start|>assistant\n' }}{%- endif %}