chore: fix typo in config descriptions (#5585)
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user