mirror of
https://github.com/langgenius/dify.git
synced 2026-01-22 03:32:58 +08:00
Merge branch 'feat/credit-pool' of github.com:langgenius/dify into feat/credit-pool
This commit is contained in:
commit
8a38489e53
@ -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,
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user