fix(gemini): correct WebSocket URL path (GenerativeService.BidiGenerateContent)

This commit is contained in:
2026-06-05 23:40:50 -04:00
parent 83a990e838
commit 378cc153de
+1 -1
View File
@@ -40,7 +40,7 @@ BASE_SYSTEM_PROMPT = (
"You are speaking out loud via voice, so keep natural conversational flow." "You are speaking out loud via voice, so keep natural conversational flow."
) )
GEMINI_WS_URL = "wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1beta.BidiGenerateContent" GEMINI_WS_URL = "wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1beta.GenerativeService.BidiGenerateContent"
GEMINI_MODEL = "models/gemini-3.1-flash-live-preview" GEMINI_MODEL = "models/gemini-3.1-flash-live-preview"