Merge pull request #3807 from pipecat-ai/mb/update-openai-realtime-1.5

Update OpenAI Realtime default model to gpt-realtime-1.5
This commit is contained in:
Mark Backman
2026-02-25 09:06:19 -05:00
committed by GitHub
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,