Commit 830effe4 by TAKO Committed by GitHub

Update model-ratio.go

fix wrong model ration about chatgpt-4o-latest
parent 10528988
......@@ -351,7 +351,7 @@ func GetCompletionRatio(name string) float64 {
return 4
}
if name == "chatgpt-4o-latest" {
return 4
return 3
}
if strings.Contains(name, "claude-instant-1") {
return 3
......
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