Skip to content

Commit 2de6f89

Browse files
authored
Merge pull request #681 from GoogleCloudPlatform/safety_gemini_update
Update gemini version in safety notebook
2 parents c14ede7 + a44f02a commit 2de6f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/responsible_ai/safety/solutions/gemini_safety_ratings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
},
114114
"outputs": [],
115115
"source": [
116-
"MODEL = \"gemini-2.0-flash\"\n",
116+
"MODEL = \"gemini-2.5-flash\"\n",
117117
"client = genai.Client(vertexai=True, location=\"us-central1\")\n",
118118
"\n",
119119
"# Set parameters to reduce variability in responses\n",

0 commit comments

Comments
 (0)