xxy 43f3e0b746 Initial commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 18:41:06 +08:00

22 lines
656 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 复制为 .env 并按实际环境修改
# 远程 MySQL章节内容入库目标
DATABASE_URL=mysql+pymysql://root:Beidas0ft@192.168.4.177:3306/eval_report?charset=utf8mb4
DB_AUTO_CREATE_TABLES=true
# 远程文档解析服务(上传文档 → Markdown
FILE_PARSE_API_URL=http://192.168.4.194:8000/convert
FILE_PARSE_FIELD_NAME=file
FILE_PARSE_ENGINE=auto
FILE_PARSE_HTTP_TIMEOUT_SEC=600
# LLM可选为每个目录生成"声明"。留空则使用确定性兜底模板。
LLM_API_BASE=http://192.168.4.197:8086/v1
LLM_API_KEY=sk-99999999991234
LLM_MODEL_NAME=Qwen3.6-27B
DECLARATION_USE_LLM=true
# 服务监听
HOST=0.0.0.0
PORT=8100