Gryphe_Codex-24B-Small-3.2-EXL2 / chat_template.jinja
ArtusDev's picture
Upload folder using huggingface_hub
60ad5be verified
raw
history blame
291 Bytes
{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}