We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496779d commit 211c079Copy full SHA for 211c079
firebase-ai/src/main/kotlin/com/google/firebase/ai/common/APIController.kt
@@ -161,7 +161,7 @@ internal constructor(
161
}
162
163
private fun getBidiEndpoint(location: String): String =
164
- "wss://firebasevertexai.googleapis.com/ws/google.firebase.vertexai.v1beta.LlmBidiService/BidiGenerateContent/locations/$location?key=$key"
+ "wss://firebasevertexai.googleapis.com//ws/google.firebase.vertexai.v1beta.GenerativeService/BidiGenerateContent?key=$key"
165
166
suspend fun getWebSocketSession(location: String): ClientWebSocketSession =
167
client.webSocketSession(getBidiEndpoint(location)) { applyCommonHeaders() }
0 commit comments