Skip to content

Commit f0391b9

Browse files
CopilotLeafCreeper
andcommitted
Update Gemini fallback models to latest 2.5 series (flash, pro, flash-lite)
Co-authored-by: LeafCreeper <120477804+LeafCreeper@users.noreply.github.com>
1 parent 939dfa2 commit f0391b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY", "")
3535
GEMINI_BASE_URL = "https://generativelanguage.googleapis.com/v1beta/openai/"
3636
GEMINI_MODELS = [
37-
"gemini-2.0-flash",
38-
"gemini-2.5-flash-preview-05-20",
39-
"gemini-1.5-pro",
37+
"gemini-2.5-flash",
38+
"gemini-2.5-pro",
39+
"gemini-2.5-flash-lite",
4040
]
4141

4242
# QQ SMTP

0 commit comments

Comments
 (0)