fix: /v1/responses/compact default billing

This commit is contained in:
Seefs
2026-01-28 14:22:34 +08:00
parent ef66cd864c
commit b1842b908e

View File

@@ -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
}