Revert the default model to be "gpt-4o-realtime-preview-2024-12-17" In OpenAIRealtimeBetaLLMService

This commit is contained in:
Paul Kompfner
2025-03-19 12:00:19 -04:00
parent 3dd4ef7230
commit f94a099111
2 changed files with 3 additions and 6 deletions

View File

@@ -89,8 +89,7 @@ class OpenAIRealtimeBetaLLMService(LLMService):
self,
*,
api_key: str,
# model: str = "gpt-4o-realtime-preview-2024-12-17",
model: str = "gpt-4o-realtime-preview-latest",
model: str = "gpt-4o-realtime-preview-2024-12-17",
base_url: str = "wss://api.openai.com/v1/realtime",
session_properties: events.SessionProperties = events.SessionProperties(),
start_audio_paused: bool = False,