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 3e097a9 commit a5f6486Copy full SHA for a5f6486
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -310,7 +310,7 @@ actor LiveSessionService {
310
private nonisolated func createWebsocket() async throws -> AsyncWebSocket {
311
let host = apiConfig.service.endpoint.rawValue.withoutPrefix("https://")
312
let urlString = switch apiConfig.service {
313
- case let .vertexAI(endpoint: _, location: location):
+ case let .vertexAI(_, location: location):
314
"wss://\(host)/ws/google.firebase.vertexai.v1beta.LlmBidiService/BidiGenerateContent/locations/\(location)"
315
case .googleAI:
316
"wss://\(host)/ws/google.firebase.vertexai.v1beta.GenerativeService/BidiGenerateContent"
0 commit comments