File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ public class VertexAI: NSObject {
45
45
/// - Parameters:
46
46
/// - app: The custom `FirebaseApp` used for initialization.
47
47
/// - location: The region identifier, defaulting to `us-central1`; see
48
- /// [Vertex AI locations](https://firebase.google.com/docs/vertex-ai/locations?platform=ios)
48
+ /// [Vertex AI locations]
49
+ /// (https://firebase.google.com/docs/vertex-ai/locations?platform=ios#available-locations)
49
50
/// for a list of supported locations.
50
51
/// - Returns: A `VertexAI` instance, configured with the custom `FirebaseApp`.
51
52
public static func vertexAI( app: FirebaseApp , location: String = " us-central1 " ) -> VertexAI {
@@ -132,8 +133,8 @@ public class VertexAI: NSObject {
132
133
. allSatisfy ( { !$0. isWhitespace && !$0. isNewline && $0 != " / " } ) else {
133
134
fatalError ( """
134
135
Invalid location " \( location) " specified; see \
135
- https://firebase.google.com/docs/vertex-ai/locations?platform=ios for a list of available \
136
- locations.
136
+ https://firebase.google.com/docs/vertex-ai/locations?platform=ios# available-locations \
137
+ for a list of available locations.
137
138
""" )
138
139
}
139
140
You can’t perform that action at this time.
0 commit comments