enable ENABLE_CODE_BLOCK by default and disable it for production/staging (#3363)

This commit is contained in:
Shuchang Zheng
2025-09-04 14:50:46 -07:00
committed by GitHub
parent 960b680efc
commit c197517df8

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"