Commit bb48f5dc by CalciumIon

update model ratio

parent b3899a46
...@@ -356,7 +356,7 @@ func GetCompletionRatio(name string) float64 { ...@@ -356,7 +356,7 @@ func GetCompletionRatio(name string) float64 {
} }
return 2 return 2
} }
if strings.HasPrefix(name, "o1-") { if strings.HasPrefix(name, "o1") {
return 4 return 4
} }
if name == "chatgpt-4o-latest" { if name == "chatgpt-4o-latest" {
......
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