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:53 +08:00 committed by GitHub
parent 44762a38c2
commit 38f7c77fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)