完整配置
- {
- "version": "1.0",
- "ai": {
- "default": "kimi",
- "providers": {
- "kimi": {
- "model": "kimi-code",
- "apiKey": "your-kimi-api-key"
- },
- "deepseek": {
- "model": "deepseek-chat",
- "apiKey": "your-deepseek-api-key"
- }
- }
- },
- "channels": {
- "feishu": {
- "enabled": true,
- "appId": "your-app-id",
- "appSecret": "your-app-secret"
- }
- },
- "skills": {
- "autoLoad": true
- }
- }
复制代码
各平台 API 申请地址
• Kimi:platform.moonshot.cn
• DeepSeek:platform.deepseek.com
• 飞书:open.feishu.cn
配置技巧
• 多模型备份:主模型失败时自动切换
• 通道隔离:工作用飞书,个人用 Telegram
• 技能热加载:修改 Skill 后无需重启
欢迎分享你的配置! |