Update model-ratio.go

fix wrong model ration about chatgpt-4o-latest
This commit is contained in:
TAKO
2024-10-17 12:50:14 +08:00
committed by GitHub
parent 8b67664995
commit a2678a256d

View File

@@ -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