mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
Support ChatGPT realtime calls auth
Route realtime call auth through CoreAuthProvider and send JSON payloads for non-v1 realtime calls while preserving the v1 multipart request shape. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -126,3 +126,7 @@ pub(super) fn session_update_session(
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
pub(super) fn webrtc_intent() -> Option<&'static str> {
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user