MiniCPM4-0.5B-mlx / chat_template.jinja
xcjthu's picture
Upload folder using huggingface_hub
469201a verified
raw
history blame contribute delete
196 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}