Skip to content

Commit 370762d

Browse files
[BazelBot] Bump Gemini to 3.1 Pro
3.0 is deprecated and is now returning 404 on Vertex AI endpoints.
1 parent f1928db commit 370762d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-bazel-bot/bazel-bot/bazel_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
USER_ID = "default_user"
3333
APP_NAME = "bazel_fixer"
3434

35-
MODEL = "gemini-3-pro-preview"
35+
MODEL = "gemini-3.1-pro-preview"
3636

3737
CODE_FIXER_PROMPT = """
3838
## Context

0 commit comments

Comments
 (0)