| # Copy this file to .env and fill in your API key(s) | |
| # Only one key is needed depending on which LLM provider you configure in your config.yaml | |
| # For Google Gemini (default in example configs): | |
| GEMINI_API_KEY=your_gemini_api_key_here | |
| # For OpenAI: | |
| OPENAI_API_KEY=your_openai_api_key_here | |
| # For Anthropic: | |
| ANTHROPIC_API_KEY=your_anthropic_api_key_here | |