mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
Default realtime startup to v2 model (#17183)
- Default realtime sessions to v2 and gpt-realtime-1.5 when no override is configured. - Add Op::RealtimeConversationStart integration coverage and keep v1-specific tests explicit. --------- Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1649,8 +1649,8 @@ pub struct HookCompletedEvent {
|
||||
#[derive(Debug, Clone, Copy, Default, Deserialize, Serialize, PartialEq, Eq, JsonSchema, TS)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum RealtimeConversationVersion {
|
||||
#[default]
|
||||
V1,
|
||||
#[default]
|
||||
V2,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user