From 10ec0c06f3a3adca005587238e239dd1f5f00d95 Mon Sep 17 00:00:00 2001 From: "zed-zippy[bot]" <234243425+zed-zippy[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 05:58:03 +0000 Subject: [PATCH] Update google_ai.rs (#43034) (cherry-pick to preview) (#43036) Cherry-pick of #43034 to preview ---- Release Notes: - N/A Co-authored-by: Mikayla Maki --- crates/google_ai/src/google_ai.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/google_ai/src/google_ai.rs b/crates/google_ai/src/google_ai.rs index 941f58fc13372114fee7731b2b9bbf69c8e10619..465dab402598594473e9c1adaf06945dba7247bb 100644 --- a/crates/google_ai/src/google_ai.rs +++ b/crates/google_ai/src/google_ai.rs @@ -578,7 +578,7 @@ impl Model { Self::Gemini25FlashLitePreview => "Gemini 2.5 Flash-Lite Preview", Self::Gemini25Flash => "Gemini 2.5 Flash", Self::Gemini25Pro => "Gemini 2.5 Pro", - Self::Gemini3ProPreview => "Gemini 3 Pro Preview", + Self::Gemini3ProPreview => "Gemini 3 Pro", Self::Custom { name, display_name, .. } => display_name.as_ref().unwrap_or(name),