mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 00:46:42 +00:00
fix: /v1/responses/compact default billing
This commit is contained in:
@@ -463,7 +463,7 @@ func GetModelRatio(name string) (float64, bool, string) {
|
||||
if wildcardRatio, ok := modelRatioMap[CompactWildcardModelKey]; ok {
|
||||
return wildcardRatio, true, name
|
||||
}
|
||||
return 0, true, name
|
||||
//return 0, true, name
|
||||
}
|
||||
return 37.5, operation_setting.SelfUseModeEnabled, name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user