Spaces:
Build error
Build error
File size: 567 Bytes
6e99af6 2c2fd9d 6e99af6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # 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
|