feat:自动剥离大模型返回的markdown代码围栏

This commit is contained in:
ZhangYonghao
2026-03-22 00:43:47 +08:00
parent da15500808
commit bb630358af
6 changed files with 93 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ MAX_RETENTION_DAYS=30
MAX_HTML_LENGTH=200000
API_KEY=""
ALLOW_UNSAFE_HTML=true
STRIP_MARKDOWN_CODE_FENCE=true
ENABLE_REQUEST_DEBUG_LOG=true
REQUEST_LOG_MAX_CHARS=10000