Merge pull request #1945 from pipecat-ai/mb/gemini-2.0

Reverting Gemini Live model back to gemini-2.0-flash-live-001
This commit is contained in:
Mark Backman
2025-06-02 14:25:30 -04:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -336,7 +336,7 @@ class GeminiMultimodalLiveLLMService(LLMService):
*,
api_key: str,
base_url: str = "generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1beta.GenerativeService.BidiGenerateContent",
model="models/gemini-2.5-flash-preview-native-audio-dialog",
model="models/gemini-2.0-flash-live-001",
voice_id: str = "Charon",
start_audio_paused: bool = False,
start_video_paused: bool = False,