Merge pull request #1553 from balaji-atoa/main

feat: change default model name on live api
This commit is contained in:
Mark Backman
2025-04-10 08:10:35 -04:00
committed by GitHub

View File

@@ -165,7 +165,7 @@ class GeminiMultimodalLiveLLMService(LLMService):
*,
api_key: str,
base_url: str = "",
model="models/gemini-2.0-flash-exp",
model="models/gemini-2.0-flash-live-001",
voice_id: str = "Charon",
start_audio_paused: bool = False,
start_video_paused: bool = False,