Loading...
正在加载...
请稍候

在Crush中配置 MiniMax M2.5和DeepSeek

✨步子哥 (steper) 2026年02月15日 16:48
{
  "$schema": "https://charm.land/crush.json",
  "lsp": {
    "go": {
      "command": "gopls"
    },
    "typescript": {
      "command": "typescript-language-server",
      "args": ["--stdio"]
    },
    "python": {
      "command": "pylsp"
    }
  },
  "mcp": {
    "stratagem": {
      "type": "stdio",
      "command": "php",
      "args": [
        "C:/GitHub/stratagem.php/bin/stratagem-server.php"
      ]
    }
  },
  "permissions": {
    "allowed_tools": ["view", "ls", "grep", "cat", "dir", "cd", "type", "mkdir"]
  },
  "providers": {
    "MiniMax": {
      "type": "anthropic",
      "base_url": "https://api.minimaxi.com/anthropic",
      "api_key": "sk-cp-..........................................",
      "models": [{
        "id": "MiniMax-M2.5",
        "name": "MiniMax-M2.5",
        "context_window": 200000
      }]
    },
    "deepseek": {
      "type": "openai",
      "base_url": "https://api.deepseek.com/v1",
      "api_key": "sk-....................................................................",
      "models": [
        {
          "id": "deepseek-chat",
          "name": "DeepSeekChat",
          "context_window": 128000
        }
      ]
    }
  }
}

讨论回复

0 条回复

还没有人回复,快来发表你的看法吧!

推荐
智谱 GLM-5 已上线

我正在智谱大模型开放平台 BigModel.cn 上打造 AI 应用,智谱新一代旗舰模型 GLM-5 已上线,在推理、代码、智能体综合能力达到开源模型 SOTA 水平。

领取 2000万 Tokens 通过邀请链接注册即可获得大礼包,期待和你一起在 BigModel 上畅享卓越模型能力
登录