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 da0eba3 commit a3ccb8fCopy full SHA for a3ccb8f
Sources/GoogleAI/GenerativeAISwift.swift
@@ -22,5 +22,5 @@ import Foundation
22
public enum GenerativeAISwift {
23
/// String value of the SDK version
24
public static let version = "0.5.2"
25
- static let baseURL = "https://generativelanguage.googleapis.com"
+ public static let baseURL = "https://generativelanguage.googleapis.com"
26
}
0 commit comments