.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DEEPSEEK_API_KEY
secret
DeepSeek API (primary for batch analysis/evaluation)
ANTHROPIC_API_KEY
secret
Anthropic API (secondary, for interactive analysis)
DB_PATH
Database path (optional, default: .eastmoney-ai/db/klines-v2.sqlite)
MONTHLY_BUDGET
Evaluation budget (monthly, CNY)
LOG_LEVEL
Log level (debug | info | warn | error)
brew install flyctl && fly launch --from https://github.com/yuu-ramsey/eastmoney-monthly
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/yuu-ramsey/eastmoney-monthly
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/yuu-ramsey/eastmoney-monthly