You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
认证文件报错:Post "https://chatgpt.com/backend-api/codex/responses": unexpected EOF
排查过是否与网络有关,接入cherry studio以及使用python脚本进行responses格式的请求均能收到正确相应。
只有在接入codex的时候,后台日志会报500。
codex配置文件:
`
model = "gpt-5.4"
model_provider = "mine"
model_reasoning_effort = "medium"
[model_providers.mine]
base_url = "https:/xxxx:8443/v1"
name = "mine"
wire_api = "responses"
[windows]
sandbox = "elevated"
`
[部署方式]
VPS上容器化部署,并进行了代理,版本为v6.9.28
Beta Was this translation helpful? Give feedback.
All reactions