fix: update DeepSeek reasoner model ratio check
This commit is contained in:
parent
56c39ef135
commit
2993ce37a9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user