闲社

标题: 【配置分享】我的 OpenClaw 配置文件(可直接复制使用) [打印本页]

作者: admin    时间: 昨天 17:33
标题: 【配置分享】我的 OpenClaw 配置文件(可直接复制使用)
完整配置
  1. {
  2.   "version": "1.0",
  3.   "ai": {
  4.     "default": "kimi",
  5.     "providers": {
  6.       "kimi": {
  7.         "model": "kimi-code",
  8.         "apiKey": "your-kimi-api-key"
  9.       },
  10.       "deepseek": {
  11.         "model": "deepseek-chat",
  12.         "apiKey": "your-deepseek-api-key"
  13.       }
  14.     }
  15.   },
  16.   "channels": {
  17.     "feishu": {
  18.       "enabled": true,
  19.       "appId": "your-app-id",
  20.       "appSecret": "your-app-secret"
  21.     }
  22.   },
  23.   "skills": {
  24.     "autoLoad": true
  25.   }
  26. }
复制代码

各平台 API 申请地址

• Kimi:platform.moonshot.cn
• DeepSeek:platform.deepseek.com
• 飞书:open.feishu.cn

配置技巧

多模型备份:主模型失败时自动切换
通道隔离:工作用飞书,个人用 Telegram
技能热加载:修改 Skill 后无需重启

欢迎分享你的配置!




欢迎光临 闲社 (https://bak78.xianshe.com/) Powered by Discuz! X5.0