We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0e24c commit 0dd5238Copy full SHA for 0dd5238
1 file changed
.github/scripts/helpers/gemini_client.py
@@ -30,9 +30,9 @@ def get_client() -> "genai.Client":
30
31
32
# ---------------------------------------------------------------------------
33
-# Model & rate-limit constants (Gemini 2.0 Flash – tier 1)
+# Model & rate-limit constants (Gemini 2.5 Flash – tier 1)
34
35
-MODEL_NAME = "gemini-2.0-flash"
+MODEL_NAME = "gemini-2.5-flash"
36
37
RPM_LIMIT = 995 # Requests per minute
38
TPM_LIMIT = 750_000 # Tokens per minute
0 commit comments