mirror of https://github.com/langgenius/dify.git
Merge branch 'feat/credit-pool' into deploy/dev
This commit is contained in:
commit
46a8f06b6c
|
|
@ -231,7 +231,7 @@ class HostingConfiguration:
|
|||
quotas.append(trial_quota)
|
||||
|
||||
if dify_config.HOSTED_ANTHROPIC_PAID_ENABLED:
|
||||
paid_models = self.parse_restrict_models_from_env("HOSTED_ANTHROPIC_PAID_MODELS")
|
||||
paid_models = self.parse_restrict_models_from_env("HOSTED_TONGYI_PAID_MODELS")
|
||||
paid_quota = PaidHostingQuota(restrict_models=paid_models)
|
||||
quotas.append(paid_quota)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue