Merge branch 'feat/credit-pool' of github.com:langgenius/dify into feat/credit-pool

This commit is contained in:
Yansong Zhang 2026-01-08 10:45:47 +08:00
commit 8a38489e53
1 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ class HostedDeepseekConfig(BaseSettings):
)
HOSTED_DEEPSEEK_PAID_ENABLED: bool = Field(
description="Enable paid access to hosted XAI service",
description="Enable paid access to hosted Deepseek service",
default=False,
)
@ -367,7 +367,7 @@ class HostedTongyiConfig(BaseSettings):
)
HOSTED_TONGYI_TRIAL_ENABLED: bool = Field(
description="Enable trial access to hosted Anthropic service",
description="Enable trial access to hosted Tongyi service",
default=False,
)