.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TA_API_KEY
secret
核心模型接入 (Core LLM) 建议统一使用 TA_ 前缀,同时也兼容 OPENAI_API_KEY / OPENAI_BASE_URL
TA_BASE_URL
TA_LLM_PROVIDER
TA_LLM_QUICK
模型名配置 (默认已提供常用值)
TA_LLM_DEEP
brew install flyctl && fly launch --from https://github.com/2arons/trading-arena
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/2arons/trading-arena
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/2arons/trading-arena