AlterEgo / chat_template.jinja
jbomdev's picture
Upload 10 files
04b6e89 verified
Raw
History Blame Contribute Delete
183 Bytes
{% for m in messages %}{{ '<|im_start|>' + m['role'] + '
' + m['content'] + '<|im_end|>' + '
' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}