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

Model: YoAbriel/KodaLite-1.3B-mlx
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-29 23:17:30 +08:00
commit e05e537b54
9 changed files with 250678 additions and 0 deletions

5
chat_template.jinja Normal file
View File

@@ -0,0 +1,5 @@
{% for m in messages %}{% if m['role'] == 'user' %}<|user|>
{{ m['content'] }}
<|assistant|>
{% elif m['role'] == 'assistant' %}{{ m['content'] }}
<|end|>{% endif %}{% endfor %}