feat: update model ratio

This commit is contained in:
1808837298@qq.com
2024-10-03 21:12:09 +08:00
parent e41540f84f
commit 8e910a42ad

View File

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