Files
MiniCPM4.1-8B-bf16/chat_template.jinja

7 lines
297 B
Plaintext
Raw Permalink Normal View History

2025-09-08 18:26:13 +00:00
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% if enable_thinking is defined and enable_thinking is false %}{{ '<think>
</think>
' }}{% endif %}{% endif %}