From c79c1f65fcfe0491bb28736eb14f6d42e7797a5c Mon Sep 17 00:00:00 2001 From: balaji-atoa Date: Thu, 10 Apr 2025 11:59:11 +0530 Subject: [PATCH] feat: change default model name on live api --- src/pipecat/services/gemini_multimodal_live/gemini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/gemini_multimodal_live/gemini.py b/src/pipecat/services/gemini_multimodal_live/gemini.py index 04219d96e..6ee545561 100644 --- a/src/pipecat/services/gemini_multimodal_live/gemini.py +++ b/src/pipecat/services/gemini_multimodal_live/gemini.py @@ -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,