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:
zyssyz123 2026-01-08 10:40:37 +08:00 committed by GitHub
parent 7938a2bc5b
commit 44762a38c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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,
)