Skip to content

Commit

Permalink
Add proxy host to gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
lord30590 committed Dec 19, 2023
1 parent 8b60508 commit e6a4b6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/GoogleAI/GenerativeAISwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ import Foundation
public enum GenerativeAISwift {
/// String value of the SDK version
public static let version = "0.4.4"
static let baseURL = "https://generativelanguage.googleapis.com/v1"
// static let baseURL = "https://generativelanguage.googleapis.com/v1"
static let baseURL = "https://gemini.emoteai.club/v1"// proxy host
}

0 comments on commit e6a4b6a

Please sign in to comment.