feat: enhance Gemini API to support image response modalities and update model ratios

This commit is contained in:
Laisky.Cai
2025-03-17 01:22:33 +00:00
parent 8f50f485a9
commit 080b6036fb
6 changed files with 89 additions and 33 deletions

View File

@@ -12,4 +12,5 @@ var ModelList = []string{
"gemini-2.0-flash-lite",
"gemini-2.0-flash-thinking-exp-01-21",
"gemini-2.0-pro-exp-02-05",
"gemini-2.0-flash-exp-image-generation",
}