互联网小毛贼 (@chenkui) 在 codex 与 cc Switch的配置问题 中发帖
搞不定了;怎么配置都不对,尝试了好多次;不懂为什么会请求openai官方的地址,而不是公益站的地址;
求佬 提供解决思路
[image]
[image]
model_provider = "custom"
model = "gpt-5.3-codex"
model_reasoning_effort = "high"
disable_response_storage = true
[model_providers.custom]
name = "custom"
wire_api = "responses"
requires_openai_auth = true
model = "gpt-5.3-codex"
model_reasoning_effort = "xhigh"
network_access = "enabled"
disable_response_storage = ...