Update GeminiMultimodalLiveLLMService to use Gemini 2.5 Flash Native Audio Dialog model

This commit is contained in:
Mark Backman
2025-05-22 14:48:58 -04:00
parent 7e178a634a
commit ee143d5b3a
2 changed files with 4 additions and 1 deletions

View File

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