diff --git a/Sources/GoogleAI/GenerativeAISwift.swift b/Sources/GoogleAI/GenerativeAISwift.swift index 0eb6253..670889a 100644 --- a/Sources/GoogleAI/GenerativeAISwift.swift +++ b/Sources/GoogleAI/GenerativeAISwift.swift @@ -17,11 +17,10 @@ import Foundation #warning("Only iOS, macOS, and Catalyst targets are currently fully supported.") #endif -/// Constants associated with the GenerativeAISwift SDK. +/// Constants associated with the GenerativeAISwift SDK @available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *) public enum GenerativeAISwift { /// String value of the SDK version - public static let version = "0.5.4" - /// The Google AI backend endpoint URL. + public static let version = "0.4.10" static let baseURL = "https://generativelanguage.googleapis.com" }