Skip to content

Commit

Permalink
update model ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Dec 26, 2024
1 parent 132c713 commit 0b1354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/model-ratio.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func GetCompletionRatio(name string) float64 {
}
return 2
}
if strings.HasPrefix(name, "o1-") {
if strings.HasPrefix(name, "o1") {
return 4
}
if name == "chatgpt-4o-latest" {
Expand Down

0 comments on commit 0b1354e

Please sign in to comment.