refactor(gemini-web): Rename flash image preview model ID

This commit is contained in:
hkfires
2025-10-07 20:35:53 +08:00
parent 9bb7df7af7
commit 75d7763c5c
3 changed files with 6 additions and 6 deletions

View File

@@ -225,7 +225,7 @@ func MaskToken28(s string) string {
}
var NanoBananaModel = map[string]struct{}{
"gemini-2.5-flash-image-preview": {},
"gemini-2.5-flash-image-web": {},
}
// NewGeminiClient creates a client. Pass empty strings to auto-detect via browser cookies (not implemented in Go port).