mirror of https://github.com/langgenius/dify.git
Update api/configs/feature/hosted_service/__init__.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
44762a38c2
commit
38f7c77fa4
|
|
@ -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