Commit c9d1842b by Calcium-Ion Committed by GitHub

Merge pull request #197 from xqx333/main

Update model-ratio.go
parents a52c3a3d 82764502
...@@ -202,7 +202,7 @@ func GetCompletionRatio(name string) float64 { ...@@ -202,7 +202,7 @@ func GetCompletionRatio(name string) float64 {
return 4.0 / 3.0 return 4.0 / 3.0
} }
if strings.HasPrefix(name, "gpt-4") { 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 3
} }
return 2 return 2
......
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