TRM-textV2 / chat_template.jinja
summerMC's picture
v36: Enhanced README and permanent chat_template integration
dc244cf verified
Raw
History Blame Contribute Delete
111 Bytes
{% for message in messages %}{{'<|' + message['role'] + '|>\n' + message['content'] + '<|end|>\n'}}{% endfor %}