-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 876 Bytes
/
.env.example
File metadata and controls
38 lines (32 loc) · 876 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
31
32
33
34
35
36
37
38
APP_HOST=0.0.0.0
APP_PORT=1236
APP_TITLE=A股智能投研系统
DATA_PROVIDER=akshare
DATA_DIR=output
ALLOW_MOCK_FALLBACK=true
REFRESH_LOOKBACK_DAYS=120
SYMBOLS=600519.SH,300750.SZ,000858.SZ
BENCHMARK=000300.SH
LLM_BASE_URL=https://api.openai.com/v1
LLM_API_KEY=sk-xxx
LLM_MODEL=gpt-4o-mini
LLM_TIMEOUT=60
LLM_TEMPERATURE=0.2
LLM_API_STYLE=chat_completions # chat_completions | responses
LLM_SYSTEM_PROMPT=你是严谨的A股投研分析助手,只在要求JSON时输出JSON
LLM_JSON_TIMEOUT=45
LLM_JSON_MAX_TOKENS=220
LLM_JSON_RETRY=1
ENABLE_NEWS_LLM=true
ENABLE_POLICY_LLM=true
ENABLE_CANDIDATE_LLM=true
ENABLE_ADVISOR_PANEL=true
ENABLE_PAPER_TRADING=true
ENABLE_AUTO_LEARN=true
ENABLE_PUSH=false
LEARN_MIN_SAMPLES=20
CRAWL_INTERVAL_HOURS=4
PIPELINE_TIME=18:30
PIPELINE_WEEKDAYS=mon-fri
# 板块范围:auto(优先AKShare) | akshare | config
FULL_SECTOR_MODE=auto