mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-06 14:23:41 +08:00
feat: update gemini flash completion ratio #479
This commit is contained in:
@@ -375,8 +375,11 @@ func GetCompletionRatio(name string) float64 {
|
|||||||
return 3
|
return 3
|
||||||
}
|
}
|
||||||
if strings.HasPrefix(name, "gemini-") {
|
if strings.HasPrefix(name, "gemini-") {
|
||||||
|
if strings.Contains(name, "flash") {
|
||||||
return 4
|
return 4
|
||||||
}
|
}
|
||||||
|
return 3
|
||||||
|
}
|
||||||
if strings.HasPrefix(name, "command") {
|
if strings.HasPrefix(name, "command") {
|
||||||
switch name {
|
switch name {
|
||||||
case "command-r":
|
case "command-r":
|
||||||
|
|||||||
Reference in New Issue
Block a user