mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 11:56:55 +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(
|
HOSTED_DEEPSEEK_PAID_ENABLED: bool = Field(
|
||||||
description="Enable paid access to hosted XAI service",
|
description="Enable paid access to hosted Deepseek service",
|
||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -367,7 +367,7 @@ class HostedTongyiConfig(BaseSettings):
|
|||||||
)
|
)
|
||||||
|
|
||||||
HOSTED_TONGYI_TRIAL_ENABLED: bool = Field(
|
HOSTED_TONGYI_TRIAL_ENABLED: bool = Field(
|
||||||
description="Enable trial access to hosted Anthropic service",
|
description="Enable trial access to hosted Tongyi service",
|
||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user