Rex-Instruct-v0.1 / chat_template.jinja
Maynx's picture
Upload Rex-Instruct-v0.1
f3550bd verified
raw
history blame contribute delete
193 Bytes
{% for message in messages %}{{ '<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>
' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}