feat: change default model name on live api

This commit is contained in:
balaji-atoa
2025-04-10 11:59:11 +05:30
parent 005c0b55b6
commit c79c1f65fc

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,