MiniCPM-V-4-AWQ / chat_template.jinja
tc-mb
Initial commit: MiniCPM-V-4-AWQ model
8ea5576
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 %}