Initial release v0.1.19

This commit is contained in:
shy3130
2026-06-18 17:18:23 +08:00
commit 7369358d08
218 changed files with 52566 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# ===== 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
# ===== Data =====
DATA_DIR=./data