[go: up one dir, main page]

Skip to content

Commit

Permalink
feat: update gemini completion ratio Calcium-Ion#479
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Sep 18, 2024
1 parent af7fecb commit 3aa86a8
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 @@ -375,7 +375,7 @@ func GetCompletionRatio(name string) float64 {
return 3
}
if strings.HasPrefix(name, "gemini-") {
return 3
return 4
}
if strings.HasPrefix(name, "command") {
switch name {
Expand Down

0 comments on commit 3aa86a8

Please sign in to comment.