mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
codex: fix CI failure on PR #17676
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -415,7 +415,7 @@ async fn conversation_start_defaults_to_v2_and_gpt_realtime_1_5() -> Result<()>
|
||||
json!({
|
||||
"startedVersion": RealtimeConversationVersion::V2,
|
||||
"handshakeUri": "/v1/realtime?model=gpt-realtime-1.5",
|
||||
"voice": "marin",
|
||||
"voice": null,
|
||||
"instructions": "backend prompt",
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user