fix: /v1/responses/compact default billing
This commit is contained in:
parent
44f8b3e2c9
commit
4f6d92ce7b
@ -463,7 +463,7 @@ func GetModelRatio(name string) (float64, bool, string) {
|
|||||||
if wildcardRatio, ok := modelRatioMap[CompactWildcardModelKey]; ok {
|
if wildcardRatio, ok := modelRatioMap[CompactWildcardModelKey]; ok {
|
||||||
return wildcardRatio, true, name
|
return wildcardRatio, true, name
|
||||||
}
|
}
|
||||||
return 0, true, name
|
//return 0, true, name
|
||||||
}
|
}
|
||||||
return 37.5, operation_setting.SelfUseModeEnabled, name
|
return 37.5, operation_setting.SelfUseModeEnabled, name
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user