feat: FastAPI+SSE API server, JRXML auto-reorder, session integrity fixes

This commit is contained in:
2026-05-22 17:53:59 +08:00
parent 1144a86d02
commit 1e5ce9725b
32 changed files with 9189 additions and 309 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ RAG_USE_FP16=true
RAG_BATCH_SIZE=64
# 最大自动修正尝试次数
MAX_RETRY=3
MAX_RETRY=5
# 上下文压缩阈值(token 数)
CONTEXT_MAX_TOKENS=6000