Commit 3c1675d4 by Calcium-Ion Committed by GitHub

Merge pull request #2766 from seefs001/fix/response-compact-price

fix: /v1/responses/compact default billing
parents 3be7801d 4f6d92ce
...@@ -463,7 +463,7 @@ func GetModelRatio(name string) (float64, bool, string) { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment