初始化项目,由ModelHub XC社区提供模型

Model: OpenBMB/AgentCPM-Report
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-23 03:07:12 +08:00
commit 5c1979bb6a
18 changed files with 494364 additions and 0 deletions

7
chat_template.jinja Normal file
View File

@@ -0,0 +1,7 @@
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% if enable_thinking is defined and enable_thinking is false %}{{ '<think>
</think>
' }}{% endif %}{% endif %}