mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
codex: expect realtime model in v1 app-server call test
Keep the v1 app-server WebRTC call multipart expectation aligned with the realtime session config, which now always supplies the default realtime model.\n\nCo-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1709,7 +1709,7 @@ fn assert_call_create_multipart(
|
||||
}
|
||||
|
||||
fn v1_session_create_json() -> &'static str {
|
||||
r#"{"audio":{"input":{"format":{"type":"audio/pcm","rate":24000}},"output":{"voice":"cove"}},"type":"quicksilver","instructions":"backend prompt\n\nstartup context"}"#
|
||||
r#"{"audio":{"input":{"format":{"type":"audio/pcm","rate":24000}},"output":{"voice":"cove"}},"type":"quicksilver","model":"gpt-realtime-1.5","instructions":"backend prompt\n\nstartup context"}"#
|
||||
}
|
||||
|
||||
fn create_config_toml(
|
||||
|
||||
Reference in New Issue
Block a user