fix(model_ratio): update return value logic for gemini-2.5-flash-lite
Some checks failed
Publish Docker image (Multi Registries) / Push Docker image to multiple registries (push) Has been cancelled
Some checks failed
Publish Docker image (Multi Registries) / Push Docker image to multiple registries (push) Has been cancelled
This commit is contained in:
parent
8004b4ff5f
commit
a102bed25a
@ -541,7 +541,7 @@ func getHardcodedCompletionModelRatio(name string) (float64, bool) {
|
||||
if strings.HasPrefix(name, "gemini-2.5-flash-lite") {
|
||||
return 4, false
|
||||
}
|
||||
return 2.5 / 0.3, true
|
||||
return 2.5 / 0.3, false
|
||||
}
|
||||
return 4, false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user