This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
@@ -0,0 +1,8 @@
```yml
chatmodel:
  provider: "deepseek"  # 服务提供商(例如:azure/openai
  baseurl: "https://api.deepseek.com"  # API基础地址
  apikey: "sk-ffef52570c5f4834b11580d38552731f"  # API密钥(建议使用环境变量替代)
  model: "deepseek-reasoner"  # 使用的聊天模型名称
```