Skip to content

Commit

Permalink
Include URL listing available Gemini models
Browse files Browse the repository at this point in the history
  • Loading branch information
trducng authored and dlqqq committed Aug 27, 2024
1 parent 2d24a60 commit 4b318ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from langchain_google_genai import GoogleGenerativeAI


# See list of model ids here: https://ai.google.dev/gemini-api/docs/models/gemini
class GeminiProvider(BaseProvider, GoogleGenerativeAI):
id = "gemini"
name = "Gemini"
Expand Down

0 comments on commit 4b318ba

Please sign in to comment.