fix: update DeepSeek reasoner model ratio check

This commit is contained in:
1808837298@qq.com
2025-01-25 23:00:27 +08:00
parent dd593e1a95
commit 15918b2050

View File

@@ -405,7 +405,7 @@ func GetCompletionRatio(name string) float64 {
}
}
if strings.HasPrefix(name, "deepseek") {
if name == "deepseek-reasoner" {
if strings.Contains(name, "reasoner") {
return 4
}
return 2