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
fix(server): join GPT-Live sideband on the API host, not backend-api
openai/codex builds the sideband WebSocket from the ApiKey provider
default (api.openai.com/v1) even for ChatGPT-auth calls created via
backend-api; chatgpt.com/backend-api rejects sideband upgrades before
101. Route backend-shape sideband joins to wss://api.openai.com/v1
(live/{id}, realtime/calls/{id}, realtime?call_id=) with the same
relayed pool auth. Verified live: session.started received end-to-end.
0 commit comments