Skip to content

Commit 0391d37

Browse files
authored
fix: use gemini-2.5-flash-latest instead of deprecated -001 (#70)
1 parent e1f5351 commit 0391d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/helpers/gemini_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_client() -> "genai.Client":
3232
# ---------------------------------------------------------------------------
3333
# Model & rate-limit constants (Gemini 2.5 Flash – tier 1)
3434
# ---------------------------------------------------------------------------
35-
MODEL_NAME = "gemini-2.5-flash-001"
35+
MODEL_NAME = "gemini-2.5-flash-latest"
3636

3737
RPM_LIMIT = 995 # Requests per minute
3838
TPM_LIMIT = 750_000 # Tokens per minute

0 commit comments

Comments
 (0)