# API Keys - Set the ones you need based on your LLM provider choice OPENAI_API_KEY=openai_api_key_placeholder # ANTHROPIC_API_KEY=your-anthropic-api-key-here # GOOGLE_API_KEY=your-google-api-key-here # GROQ_API_KEY=your-groq-api-key-here # TOGETHER_API_KEY=your-together-api-key-here # AZURE_OPENAI_API_KEY=your-azure-key-here # AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/ # Data API Keys ALPHA_VANTAGE_API_KEY=alpha_vantage_api_key_placeholder REDDIT_CLIENT_ID=your-reddit-client-id REDDIT_CLIENT_SECRET=your-reddit-client-secret REDDIT_USER_AGENT=TradingAgents # Optional: For local Ollama instance # OLLAMA_BASE_URL=http://localhost:11434 # Optional: Results directory # TRADINGAGENTS_RESULTS_DIR=./results