Skip to content

Commit 15b8fc8

Browse files
authored
Change to use gemini-2.5-pro
Fix issue regarding gemini-1.5-pro not found
1 parent 7e335b9 commit 15b8fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def get_llm(provider: str):
121121
)
122122
elif provider == "google":
123123
return ChatGoogleGenerativeAI(
124-
model="gemini-1.5-pro",
124+
model="gemini-2.5-pro",
125125
temperature=0,
126126
)
127127
elif provider == "microsoft":

0 commit comments

Comments
 (0)