Skip to content

Commit

Permalink
Add more gemini models
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored and dlqqq committed Mar 6, 2024
1 parent 3bd207d commit 7290ca8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ class GeminiProvider(BaseProvider, GoogleGenerativeAI):
id = "gemini"
name = "Gemini"
models = [
"gemini-1.0-pro",
"gemini-1.0-pro-001",
"gemini-1.0-pro-latest",
"gemini-1.0-pro-vision-latest",
"gemini-pro",
"gemini-pro-vision",
]
model_id_key = "model"
auth_strategy = EnvAuthStrategy(name="GOOGLE_API_KEY")
Expand Down

0 comments on commit 7290ca8

Please sign in to comment.