Skip to content

Commit

Permalink
Update to prod endpoint in Vertex AI (#12657)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Apr 2, 2024
1 parent 013b4d1 commit 636b37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FirebaseVertexAI/Sources/GenerativeAISwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ import Foundation
/// Constants associated with the GenerativeAISwift SDK
@available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *)
public enum GenerativeAISwift {
static let baseURL = "https://staging-firebaseml.sandbox.googleapis.com"
static let baseURL = "https://firebaseml.googleapis.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"reason": "API_KEY_INVALID",
"domain": "googleapis.com",
"metadata": {
"service": "staging-firebaseml.sandbox.googleapis.com"
"service": "firebaseml.googleapis.com"
}
},
{
Expand Down

0 comments on commit 636b37f

Please sign in to comment.