Skip to content

Commit 942a3cd

Browse files
committed
Update to prod endpoint in Vertex AI (#12657)
1 parent e63270e commit 942a3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseVertexAI/Sources/GenerativeAISwift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ import Foundation
2121
/// Constants associated with the GenerativeAISwift SDK
2222
@available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *)
2323
public enum GenerativeAISwift {
24-
static let baseURL = "https://staging-firebaseml.sandbox.googleapis.com"
24+
static let baseURL = "https://firebaseml.googleapis.com"
2525
}

FirebaseVertexAI/Tests/Unit/GenerateContentResponses/unary-failure-api-key.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"reason": "API_KEY_INVALID",
1010
"domain": "googleapis.com",
1111
"metadata": {
12-
"service": "staging-firebaseml.sandbox.googleapis.com"
12+
"service": "firebaseml.googleapis.com"
1313
}
1414
},
1515
{

0 commit comments

Comments
 (0)