17 lines
468 B
Bash
17 lines
468 B
Bash
# ---------- 路径配置 ----------
|
|
VECTORSTORE_PATH=/data/vectorstore
|
|
STATE_FILE=/data/state.json
|
|
SCHEMA_FILE=/data/schema.json
|
|
PRESETS_FILE=/data/presets.json
|
|
REGEX_FILE=/data/regex_rules.json
|
|
|
|
# ---------- 服务地址 ----------
|
|
COMFYUI_API_URL=http://comfyui:8188
|
|
BACKEND_PORT=8000
|
|
FRONTEND_PORT=8501
|
|
|
|
# 先配置 .env 文件
|
|
MAIN_LLM_API_KEY=sk-Oh4o3fzV6Qe59B6DRwSskE48xe5D6bq1hkgDZqH1mmJOCN8j
|
|
MAIN_LLM_BASE_URL=https://api.chatfire.cn/v1
|
|
MAIN_LLM_MODEL=glm4.7
|