Replies: 1 comment
-
|
请完全参考用户手册来配置: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
代理codex在cc里可以正常使用,在codex就404。也没有错误日志
cc的配置
{
"env": {
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "gpt-5.1-codex-mini",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "gpt-5.1-codex-max",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "gpt-5.2-codex(hight)",
"ANTHROPIC_MODEL": "gpt-5.2-codex(medium)"
},
"includeCoAuthoredBy": false,
"model": "opus"
}
codex的配置
model_provider = "cliproxyapi"
model = "gpt-5.2-codex"
model_reasoning_effort = "high"
[model_providers.cliproxyapi]
name = "cliproxyapi"
wire_api = "responses"
Beta Was this translation helpful? Give feedback.
All reactions