VocalRender / VocalRender-Pro /chat_template.jinja
ngoctham's picture
Duplicate from pymaster/VocalRender
6bb3487
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 %}