ENABLE_CODE_BLOCK = True by default (#3365)

This commit is contained in:
Shuchang Zheng
2025-09-04 16:23:08 -07:00
committed by GitHub
parent 916e4699d0
commit 871c63e079

View File

@@ -304,7 +304,7 @@ class Settings(BaseSettings):
SVG_MAX_LENGTH: int = 100000
ENABLE_LOG_ARTIFACTS: bool = False
ENABLE_CODE_BLOCK: bool = False
ENABLE_CODE_BLOCK: bool = True
TASK_BLOCKED_SITE_FALLBACK_URL: str = "https://www.google.com"