init
This commit is contained in:
18
backend/.env.example
Normal file
18
backend/.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# LLM 配置
|
||||
LLM_PROVIDER=minimax
|
||||
LLM_MODEL=MiniMax-M2.7
|
||||
LLM_BASE_URL=https://api.minimax.chat/v1
|
||||
LLM_API_KEY=your-api-key-here
|
||||
|
||||
# 提取参数
|
||||
SEGMENT_MAX_LINES=500
|
||||
STORY_MIN_LINES=50
|
||||
CONFIDENCE_THRESHOLD=0.5
|
||||
TEMPERATURE=0.3
|
||||
|
||||
# 应用
|
||||
APP_HOST=0.0.0.0
|
||||
APP_PORT=8000
|
||||
UPLOAD_DIR=/app/uploads
|
||||
EXPORT_DIR=/app/exports
|
||||
DB_DIR=/app/data
|
||||
Reference in New Issue
Block a user