GitDeployHub

2arons/trading-arena

github.com/2arons/trading-arena ↗
Python
5 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/2arons/trading-arena
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/2arons/trading-arena
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/2arons/trading-arena
Or deploy to a different host
← Try another repo