Skip to content

Commit

Permalink
Add Gemini 1.5 to the list of chat options
Browse files Browse the repository at this point in the history
  • Loading branch information
trducng authored and dlqqq committed Aug 27, 2024
1 parent 41ccd10 commit 2d24a60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ class GeminiProvider(BaseProvider, GoogleGenerativeAI):
id = "gemini"
name = "Gemini"
models = [
"gemini-1.5-pro",
"gemini-1.5-flash",
"gemini-1.0-pro",
"gemini-1.0-pro-001",
"gemini-1.0-pro-latest",
Expand Down

0 comments on commit 2d24a60

Please sign in to comment.