VocalRender / VocalRender-Pro /chat_template.jinja
pymaster's picture
Upload VocalRender-Pro variant step 160000
68ff19e 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 %}