sandepa_ai_coder_435m_small_moe / chat_template.jinja
sandepaAI's picture
Upload folder using huggingface_hub
903f1de verified
Raw
History Blame Contribute Delete
189 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>
'}}{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant
'}}{% endif %}