Spaces:
Build error
Build error
| # LLM Space (external) | |
| LLM_SPACE_URL=https://your-llm-space.hf.space/api/predict | |
| LLM_SPACE_OPENAI_URL=https://researchengineering-agi.hf.space/v1/chat/completions | |
| LLM_SPACE_WEBCHAT_URL=https://researchengineering-agi.hf.space/v1/web-chat/completions | |
| LLM_SPACE_API_KEY= | |
| LLM_MODEL=deepseek-chat | |
| # Alpaca paper trading | |
| ALPACA_API_KEY=your_key | |
| ALPACA_API_SECRET=your_secret | |
| ALPACA_BASE_URL=https://paper-api.alpaca.markets | |
| # HF Storage for trade logs | |
| HF_TOKEN=hf_xxx | |
| HF_TRADES_REPO=username/trading-logs | |
| # Market data (optional extra source) | |
| MARKET_DATA_SOURCE=alpaca | |