Skip to content

Commit 6d0fe24

Browse files
committed
v1.2.4
1 parent c28a94b commit 6d0fe24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker/.env.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ SERVER_WORKERS=2
77

88
# 前端 PageAgent 开关(运行时注入)
99
VITE_ENABLE_PAGE_AGENT=false
10+
11+
# 深度问数HML 模型最大长度
12+
LLM_MAX_TOKENS=65536

docker/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ services:
1717
LANGFUSE_SECRET_KEY: ${LANGFUSE_SECRET_KEY:-}
1818
LANGFUSE_PUBLIC_KEY: ${LANGFUSE_PUBLIC_KEY:-}
1919
LANGFUSE_BASE_URL: ${LANGFUSE_BASE_URL:-}
20-
# 前端 PageAgent 开关(运行时注入)
2120
VITE_ENABLE_PAGE_AGENT: ${VITE_ENABLE_PAGE_AGENT:-}
22-
21+
LLM_MAX_TOKENS: ${LLM_MAX_TOKENS:-65536}
2322
ports:
2423
# 前端(通过 nginx)
2524
- "18080:80"

0 commit comments

Comments
 (0)