Commit 54d401a0 by Calcium-Ion Committed by GitHub

Merge pull request #533 from HynoR/main

chore: 修正chatgpt-4o-latest补全倍率
parents 6e3d8b55 830effe4
......@@ -352,7 +352,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