enable code block again (#1909)

This commit is contained in:
Shuchang Zheng
2025-03-09 20:31:21 -07:00
committed by GitHub
parent 8537a29b1c
commit 494e750e91
5 changed files with 133 additions and 39 deletions

View File

@@ -164,6 +164,7 @@ class Settings(BaseSettings):
SVG_MAX_LENGTH: int = 100000
ENABLE_LOG_ARTIFACTS: bool = False
ENABLE_CODE_BLOCK: bool = False
def is_cloud_environment(self) -> bool:
"""