Commit 8e910a42 by 1808837298@qq.com

feat: update model ratio

parent e41540f8
...@@ -375,11 +375,8 @@ func GetCompletionRatio(name string) float64 { ...@@ -375,11 +375,8 @@ func GetCompletionRatio(name string) float64 {
return 3 return 3
} }
if strings.HasPrefix(name, "gemini-") { if strings.HasPrefix(name, "gemini-") {
if strings.Contains(name, "flash") {
return 4 return 4
} }
return 3
}
if strings.HasPrefix(name, "command") { if strings.HasPrefix(name, "command") {
switch name { switch name {
case "command-r": case "command-r":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment