Add new model to google.rs (#2311)

This commit is contained in:
zengqin huang
2025-04-23 23:57:14 +08:00
committed by GitHub
parent cc755100f0
commit fa8059231d

View File

@@ -22,6 +22,7 @@ pub const GOOGLE_KNOWN_MODELS: &[&str] = &[
"gemini-2.0-flash-thinking-exp-01-21",
"gemini-2.0-pro-exp-02-05",
"gemini-2.5-pro-exp-03-25",
"gemini-2.5-flash-preview-04-17",
];
pub const GOOGLE_DOC_URL: &str = "https://ai.google/get-started/our-models/";