fix: update DeepSeek reasoner model ratio check

This commit is contained in:
1808837298@qq.com
2025-01-25 23:00:27 +08:00
parent 56c39ef135
commit 2993ce37a9

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