Update OpenAI Realtime default model to gpt-realtime-1.5

This commit is contained in:
Mark Backman
2026-02-23 19:42:14 -05:00
parent 9c2ac661a3
commit aff8ab8a40
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Updated `OpenAIRealtimeLLMService` default model to `gpt-realtime-1.5`.

View File

@@ -121,7 +121,7 @@ class OpenAIRealtimeLLMService(LLMService):
self,
*,
api_key: str,
model: str = "gpt-realtime",
model: str = "gpt-realtime-1.5",
base_url: str = "wss://api.openai.com/v1/realtime",
session_properties: Optional[events.SessionProperties] = None,
start_audio_paused: bool = False,