CoolFace
Modelpublic

Edcastro/MiniCPM-1B-sft-bf16-edcastr_JavaScript-onlyRejectingQuestions

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes19downloads
chat_template.jinja1 linesDownload Raw Back to root
1{% for message in messages %}{% if message['role'] == 'user' %}{{'<用户>' + message['content'] + '<AI>'}}{% else %}{{message['content']}}{% endif %}{% endfor %}