chore: fix typo in config descriptions (#5585)

This commit is contained in:
Bowen Liang 2024-06-25 21:19:56 +08:00 committed by GitHub
commit 87ee3e627f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 13 additions and 13 deletions

View file

@ -33,7 +33,7 @@ class CodeExecutionSandboxConfig(BaseModel):
Code Execution Sandbox configs
"""
CODE_EXECUTION_ENDPOINT: str = Field(
description='whether to enable HTTP response compression of gzip',
description='endpoint URL of code execution servcie',
default='http://sandbox:8194',
)