update model ratio

This commit is contained in:
CalciumIon
2024-12-26 16:03:22 +08:00
parent 132c71390c
commit 0b1354ed51

View File

@@ -356,7 +356,7 @@ func GetCompletionRatio(name string) float64 {
}
return 2
}
if strings.HasPrefix(name, "o1-") {
if strings.HasPrefix(name, "o1") {
return 4
}
if name == "chatgpt-4o-latest" {