codex 的安装

1.Claude code 安装和配置

1.1 本地配置

1.2 vscode 插件配置

vscode配置GLM4.6的方法

Claude Code有官方VS Code插件了

2.Codex code 安装和配置

Ccode 的配置

config.toml

model_provider = "ccode"
model = "gpt-5.1-codex-max"
model_reasoning_effort = "medium"
disable_response_storage = true
windows_wsl_setup_acknowledged = true

[model_providers.ccode]
name = "ccode"
wire_api = "responses"
requires_openai_auth = true
base_url = "https://api.ccode.vip/v1"
env_key = "CCODE_API_KEY"

auth.json 默认是openai 的key 这里随便填

{
  "OPENAI_API_KEY": "null"
}

GLM4.6的配置

config.toml

model_provider = "glm"
model = "glm-4.6"

[model_providers.glm]
name = "test"
base_url = "https://open.bigmodel.cn/api/coding/paas/v4"
env_key = "GLM_API_KEY"

auth.json 默认是openai 的key 这里随便填

3.MCP

https://github.com/upstash/context7

https://github.com/haris-musa/excel-mcp-server

https://github.com/wonderwhy-er/DesktopCommanderMCP

4.测试模型的一些游戏语句

posted @ 2025-11-24 01:07  长江~之星  阅读(3)  评论(0)    收藏  举报