Skip to content

Commit 6b1d22b

Browse files
feat: add GEMINI_MODEL configuration to model_config.yaml, ortherwise it was attempting to use gemini-3-flash-preview and failing due to a 404 permissions error.
1 parent aa6ab94 commit 6b1d22b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

evals/model_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
GOOGLE_CLOUD_LOCATION: "us-central1"
2020
GOOGLE_GENAI_USE_VERTEXAI: "true"
2121
GEMINI_API_MODEL: "gemini-2.5-pro"
22+
GEMINI_MODEL: "gemini-2.5-pro"
2223
setup:
2324
extensions:
2425
"/workspace":

0 commit comments

Comments
 (0)