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 e04e66a commit bdf2a54Copy full SHA for bdf2a54
FirebaseAI/Sources/Types/Public/Backend.swift
@@ -27,7 +27,7 @@ public struct Backend {
27
return Backend(
28
apiConfig: APIConfig(
29
service: .vertexAI(endpoint: .firebaseProxyProd, location: location),
30
- version: .v1beta,
+ version: .v1beta
31
)
32
33
}
@@ -37,7 +37,7 @@ public struct Backend {
37
38
39
service: .googleAI(endpoint: .firebaseProxyProd),
40
41
42
43
0 commit comments