Merge pull request #4431 from yyhhyyyyyy/fix/tiered-billing-model-list

fix: include tiered billing models in model listing
This commit is contained in:
yyhhyyyyyy
2026-04-24 16:24:36 +08:00
committed by GitHub
parent 2e610e5fb3
commit e3d64cb76d
5 changed files with 272 additions and 19 deletions
+3
View File
@@ -578,6 +578,9 @@ func handleConfigUpdate(key, value string) bool {
performance_setting.UpdateAndSync()
} else if configName == "tool_price_setting" {
operation_setting.RebuildToolPriceIndex()
} else if configName == "billing_setting" {
InvalidatePricingCache()
ratio_setting.InvalidateExposedDataCache()
}
return true // 已处理