| # Copy this file to .env and fill in your API keys | |
| # Google AI API Key (for Gemini) | |
| GOOGLE_API_KEY=your_google_api_key_here | |
| # Groq API Key | |
| GROQ_API_KEY=your_groq_api_key_here | |
| # Tavily API Key (for web search) | |
| TAVILY_API_KEY=your_tavily_api_key_here | |
| # Supabase Configuration (optional - for vector store) | |
| SUPABASE_URL=your_supabase_url_here | |
| SUPABASE_SERVICE_KEY=your_supabase_service_key_here | |
| # Hugging Face API Token (optional - for HuggingFace models) | |
| HUGGINGFACEHUB_API_TOKEN=your_huggingface_token_here | |