OceanGPT-basic-2B-v0.1-mlx-4Bit / chat_template.jinja
introvoyz041's picture
Upload chat_template.jinja with huggingface_hub
78dd45d verified
raw
history blame contribute delete
178 Bytes
{% for message in messages %}{% if message['role'] == 'user' %}{{'<用户>' + message['content'].strip() + '<AI>'}}{% else %}{{message['content'].strip()}}{% endif %}{% endfor %}