mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 20:14:16 +08:00
23 lines
560 B
Bash
23 lines
560 B
Bash
# ===== TickFlow =====
|
|
# 留空或不填则启用 Free 试用模式(TickFlow.free()),仅能拿历史日 K 单股数据
|
|
TICKFLOW_API_KEY=
|
|
|
|
# ===== AI(可选,留空跳过 AI 功能) =====
|
|
AI_PROVIDER=openai_compat # openai_compat | ollama
|
|
AI_BASE_URL=https://api.deepseek.com/v1
|
|
AI_API_KEY=
|
|
AI_MODEL=deepseek-chat
|
|
AI_DAILY_TOKEN_BUDGET=500000
|
|
|
|
# ===== Server =====
|
|
HOST=0.0.0.0
|
|
PORT=3018
|
|
LOG_LEVEL=INFO
|
|
|
|
# Optional Docker build extras. Set to legacy-cpu on older VPS hosts
|
|
# without AVX2/FMA support.
|
|
BACKEND_EXTRAS=
|
|
|
|
# ===== Data =====
|
|
DATA_DIR=./data
|