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 dbcf303 commit 50aac8fCopy full SHA for 50aac8f
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -309,6 +309,7 @@ actor LiveSessionService {
309
/// Will apply the required app check and auth headers, as the backend expects them.
310
private nonisolated func createWebsocket() async throws -> AsyncWebSocket {
311
let host = apiConfig.service.endpoint.rawValue.withoutPrefix("https://")
312
+ // TODO: (b/448722577) Set a location based on the api config
313
let urlString = switch apiConfig.service {
314
case .vertexAI:
315
"wss://\(host)/ws/google.firebase.vertexai.v1beta.LlmBidiService/BidiGenerateContent/locations/us-central1"
0 commit comments