fix(gemini): correct WebSocket URL path (GenerativeService.BidiGenerateContent)
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user