Merge branch 'Calcium-Ion:main' into pr

This commit is contained in:
iszcz 2024-04-11 18:15:54 +08:00 committed by GitHub
commit b31fadd74f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ func GetCompletionRatio(name string) float64 {
return 4.0 / 3.0
}
if strings.HasPrefix(name, "gpt-4") {
if strings.HasSuffix(name, "gpt-4-turbo") {
if strings.HasPrefix(name, "gpt-4-turbo")|| strings.HasSuffix(name, "preview") {
return 3
}
return 2