feat: change default model name on live api
This commit is contained in:
@@ -165,7 +165,7 @@ class GeminiMultimodalLiveLLMService(LLMService):
|
|||||||
*,
|
*,
|
||||||
api_key: str,
|
api_key: str,
|
||||||
base_url: str = "",
|
base_url: str = "",
|
||||||
model="models/gemini-2.0-flash-exp",
|
model="models/gemini-2.0-flash-live-001",
|
||||||
voice_id: str = "Charon",
|
voice_id: str = "Charon",
|
||||||
start_audio_paused: bool = False,
|
start_audio_paused: bool = False,
|
||||||
start_video_paused: bool = False,
|
start_video_paused: bool = False,
|
||||||
|
|||||||
Reference in New Issue
Block a user