侧边栏壁纸
博主头像
SeaDream乄造梦

Dream,Don't stop a day of hard and don't give up a little hope。 ——不停止一日努力&&不放弃一点希望。

  • 累计撰写 121 篇文章
  • 累计创建 21 个标签
  • 累计收到 15 条评论

目 录CONTENT

文章目录

百炼配置

SeaDream乄造梦
2026-03-10 / 0 评论 / 0 点赞 / 19 阅读 / 3,076 字
温馨提示:
亲爱的,如果觉得博主很有趣就留下你的足迹,并收藏下链接在走叭

sudo /Applications/Xcode.app/Contents/MacOS/Xcode

地址:https://dashscope.aliyuncs.com/compatible-mode/v1
key: sk-cd9e5d0bde3149a4938af162ce9105d7
百炼套餐模型
地址:https://coding.dashscope.aliyuncs.com/v1
key: sk-sp-eac51d34280b463f9010b1008f9bdd19

{
  "meta": {
    "lastTouchedVersion": "2026.3.7",
    "lastTouchedAt": "2026-03-08T16:14:28.591Z"
  },
  "wizard": {
    "lastRunAt": "2026-03-08T15:44:32.964258Z",
    "lastRunVersion": "2026.3.1",
    "lastRunCommand": "doctor",
    "lastRunMode": "local"
  },
  "models": {
    "providers": {
      "bailian": {
        "baseUrl": "https://coding.dashscope.aliyuncs.com/apps/anthropic",
        "apiKey": "sk-sp-eac51d34280b463f9010b1008f9bdd19",
        "models": [
          {
            "id": "glm-5",
            "name": "GLM-5",
            "api": "anthropic-messages",
            "input": [
              "text"
            ],
            "contextWindow": 128000,
            "maxTokens": 4096
          },
          {
            "id": "qwen3.5-plus",
            "name": "Qwen3.5 Plus",
            "api": "anthropic-messages",
            "input": [
              "text",
              "image"
            ],
            "contextWindow": 128000,
            "maxTokens": 8192
          },
          {
            "id": "kimi-k2.5",
            "name": "Kimi K2.5",
            "api": "anthropic-messages",
            "input": [
              "text",
              "image"
            ],
            "contextWindow": 128000,
            "maxTokens": 4096
          },
          {
            "id": "MiniMax-M2.5",
            "name": "MiniMax M2.5",
            "api": "anthropic-messages",
            "input": [
              "text"
            ],
            "contextWindow": 128000,
            "maxTokens": 4096
          }
        ]
      }
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "bailian/qwen3.5-plus",
        "fallbacks": [
          "bailian/glm-5"
        ]
      },
      "imageModel": "bailian/qwen3.5-plus",
      "workspace": "/Users/liuyahui/.openclaw/workspace"
    },
    "list": [
      {
        "id": "main",
        "identity": {
          "name": "糯米",
          "emoji": "🍡"
        }
      }
    ]
  },
  "tools": {
    "profile": "full"
  },
  "commands": {
    "native": "auto",
    "nativeSkills": "auto",
    "restart": true,
    "ownerDisplay": "raw"
  },
  "channels": {
    "feishu": {
      "enabled": true,
      "appId": "cli_a927aacebcba1bce",
      "appSecret": "hh3Cxowj985mGdiQLLZoZg3XgrET5nlp",
      "connectionMode": "websocket",
      "dmPolicy": "open",
      "groupPolicy": "open",
      "requireMention": false,
      "allowFrom": [
        "*"
      ]
    }
  },
  "gateway": {
    "mode": "local",
    "auth": {
      "mode": "token",
      "token": "73d62b3a5948ba9a726b0542de998668ccd2f7c0464dd47a"
    }
  },
  "plugins": {
    "entries": {
      "feishu": {
        "enabled": true
      }
    }
  }
}

0

评论区