-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (26 loc) · 766 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (26 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Web
HOST=0.0.0.0
PORT=3800
ENABLE_NEWS=false
REVISION_AGENT_ROLE=review
# Optional OpenRouter headers
OPENROUTER_SITE_URL=https://your-domain.example
OPENROUTER_APP_NAME=novel-evolution
# Agent 1: qwen / local command runner
OUTLINE_AGENT_NAME=千问
OUTLINE_AGENT_ROLE=章纲
OUTLINE_AGENT_PROVIDER=command
# The command receives the prompt in both stdin and $PROMPT_FILE.
OUTLINE_AGENT_COMMAND=qwen -y -o text
# Agent 2: OpenRouter free model
DRAFT_AGENT_NAME=OpenRouter NVIDIA
DRAFT_AGENT_ROLE=正文
DRAFT_AGENT_PROVIDER=openrouter
DRAFT_AGENT_API_KEY=
DRAFT_AGENT_MODEL=
# Agent 3: SiliconFlow free model
REVIEW_AGENT_NAME=SiliconFlow DeepSeek-4B
REVIEW_AGENT_ROLE=审计/润色
REVIEW_AGENT_PROVIDER=siliconflow
REVIEW_AGENT_API_KEY=
REVIEW_AGENT_MODEL=