feat: update gemini completion ratio #479

This commit is contained in:
CalciumIon 2024-09-18 20:37:22 +08:00
parent af7fecbfa7
commit 3aa86a8cd9

View File

@ -375,7 +375,7 @@ func GetCompletionRatio(name string) float64 {
return 3 return 3
} }
if strings.HasPrefix(name, "gemini-") { if strings.HasPrefix(name, "gemini-") {
return 3 return 4
} }
if strings.HasPrefix(name, "command") { if strings.HasPrefix(name, "command") {
switch name { switch name {