Skip to content

Commit

Permalink
Update gemini version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gquental committed Oct 15, 2024
1 parent c21d8bf commit 55563c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanna/google/gemini_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, config=None):
if "model_name" in config:
model_name = config["model_name"]
else:
model_name = "gemini-1.0-pro"
model_name = "gemini-1.5-pro"

self.google_api_key = None

Expand Down

0 comments on commit 55563c8

Please sign in to comment.