fix: remove deprecated gemini model references and update pricing ratios

This commit is contained in:
Laisky.Cai
2025-01-28 04:01:46 +00:00
parent d5fa98f2e0
commit e49bb64ea0
4 changed files with 15 additions and 17 deletions

View File

@@ -27,7 +27,6 @@ func (a *Adaptor) GetRequestURL(meta *meta.Meta) (string, error) {
var defaultVersion string
switch meta.ActualModelName {
case "gemini-2.0-flash-exp",
"gemini-2.0-flash-thinking-exp",
"gemini-2.0-flash-thinking-exp-01-21":
defaultVersion = "v1beta"
default: