12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
# For OpenAI (default)
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_key_here
|
|
TRADINGAGENTS_LLM_PROVIDER=openai
|
|
TRADINGAGENTS_BACKEND_URL=https://api.openai.com/v1
|
|
|
|
# For OpenRouter
|
|
# OPENROUTER_API_KEY=your_openrouter_api_key_here # OpenRouter uses OPENAI_API_KEY env var
|
|
# ALPHA_VANTAGE_API_KEY=your_alpha_vantage_key_here
|
|
# TRADINGAGENTS_LLM_PROVIDER=openrouter
|
|
# TRADINGAGENTS_BACKEND_URL=https://openrouter.ai/api/v1
|