Skip to content

Commit 39c02f6

Browse files
authored
Merge pull request #25 from aldredb/main
Change to use gemini-2.5-pro
2 parents 7e335b9 + 15b8fc8 commit 39c02f6

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)