ENABLE_CODE_BLOCK = True by default (#3365)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user