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
7938a2bc5b
commit
44762a38c2
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue