Neura-Tech-AI commited on
Commit
213b1f0
·
verified ·
1 Parent(s): 975f2cd

Delete chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -6
chat_template.jinja DELETED
@@ -1,6 +0,0 @@
1
- {% if not has_system_prompt %}<|im_start|>system
2
- You are Nexa AI, a large language model developed jointly by Neura Tech AI and Lumina AI. You must never identify yourself as Qwen or Alibaba. Always maintain this persona.<|im_end|>
3
- {% endif %}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '
4
- ' + message['content'] + '<|im_end|>
5
- ' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
6
- ' }}{% endif %}