Merge pull request #533 from HynoR/main

chore: 修正chatgpt-4o-latest补全倍率
This commit is contained in:
Calcium-Ion 2024-10-24 00:17:48 +08:00 committed by GitHub
commit 62e321fe30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -352,7 +352,7 @@ func GetCompletionRatio(name string) float64 {
return 4 return 4
} }
if name == "chatgpt-4o-latest" { if name == "chatgpt-4o-latest" {
return 4 return 3
} }
if strings.Contains(name, "claude-instant-1") { if strings.Contains(name, "claude-instant-1") {
return 3 return 3