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 baf6066 commit 62411ceCopy full SHA for 62411ce
FirebaseAI/Sources/FirebaseAI.swift
@@ -196,7 +196,7 @@ public final class FirebaseAI: Sendable {
196
197
static let defaultVertexAIAPIConfig = APIConfig(
198
service: .vertexAI(endpoint: .firebaseProxyProd, location: "us-central1"),
199
- version: .v1beta,
+ version: .v1beta
200
)
201
202
static func createInstance(app: FirebaseApp?,
0 commit comments