This commit is contained in:
parent
0bddce0cdc
commit
ca1d0f092f
|
|
@ -1,5 +1,4 @@
|
|||
# Required API Keys
|
||||
ALPHA_VANTAGE_API_KEY=alpha_vantage_api_key_placeholder
|
||||
OPENAI_API_KEY=openai_api_key_placeholder
|
||||
|
||||
# Optional API Keys (for alternative LLM providers)
|
||||
|
|
@ -9,6 +8,11 @@ XAI_API_KEY=XAI_API_KEY_placeholder
|
|||
DEEPSEEK_API_KEY=deepseek_api_key_placeholder
|
||||
DASHSCOPE_API_KEY=dashscope_api_key_placeholder
|
||||
|
||||
# Optional API Keys (for data sources)
|
||||
ALPHA_VANTAGE_API_KEY=alpha_vantage_api_key_placeholder
|
||||
FINMIND_API_KEY=finmind_api_key_placeholder
|
||||
|
||||
|
||||
# Deployment Configuration
|
||||
TRADINGAGENTS_RESULTS_DIR=/app/results
|
||||
PYTHON_VERSION=3.13
|
||||
|
|
|
|||
Loading…
Reference in New Issue