我在CCSwitch中使用any,codex中配置approvals_reviewer = “auto_review”,会出现以下问题: Automatic approval review denied (risk: high, authorization: unknown): Automatic approval review failed: unexpected status 404 Not Found: {“error”:“当前 API 不支持所选模型 codex-auto-review”,“type”:“error”}, url: https://a-ocnfniawgw.cn-shanghai.fcapp.run/v1/responses 请问怎么解决呢? 5 个帖子 - 3 位参与者 阅读完整话题
Automatic approval review timed out while evaluating the requested approval. 6 个帖子 - 4 位参与者 阅读完整话题
今天使用codex调用外部工具时总是报错: Automatic approval review failed: unexpected status 503 Service Unavailable: No available channel for model codex-auto-review under group Codex 找了半天原因结果是codex桌面版默认把自动审查按钮打开了,关闭就好了。 1 个帖子 - 1 位参与者 阅读完整话题
之前用官方的没有报错,现在plus到期找了个中转站,不会有这个报错,是不是中转站掺水呢 Automatic approval review denied (risk: high, authorization: unknown): Automatic approval review failed: {“error”: {“message”:“The model is not supported. Supported models: gpt-5.5, gpt-5.4, gpt-5.4-mini, gpt-5.3-codex, gpt-5.1- codex”,“type”:“invalid_request_error”,“code”:“model_not_found”}} 1 个帖子 - 1 位参与者 阅读完整话题
approvals_reviewer = “auto_review” 该变量如果设置为上述配置 在调用时会返回503问题 我搭建的是subapi的个人中转站 503的意思就是 找不到模型 因为codex在使用这个配置的时候请求的模型为auto_review_model而不是主模型 所以需要进行映射设置 (捣鼓了两个小时 去服务器抓日志 才发现这个问题 希望可以帮助有同样问题的佬) 2 个帖子 - 1 位参与者 阅读完整话题
6 个帖子 - 5 位参与者 阅读完整话题