Skip to content

Commit a3ccb8f

Browse files
enefrychenrenwei
authored andcommitted
Update GenerativeAISwift.swift
public base url
1 parent da0eba3 commit a3ccb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GoogleAI/GenerativeAISwift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ import Foundation
2222
public enum GenerativeAISwift {
2323
/// String value of the SDK version
2424
public static let version = "0.5.2"
25-
static let baseURL = "https://generativelanguage.googleapis.com"
25+
public static let baseURL = "https://generativelanguage.googleapis.com"
2626
}

0 commit comments

Comments
 (0)