Spaces:
Sleeping
Sleeping
| # ============================================================ | |
| # Manifesto Explainer — Environment Variables Template | |
| # ============================================================ | |
| # Copy this file to .env and fill in your actual keys. | |
| # DO NOT commit your .env file to version control. | |
| # ============================================================ | |
| # --- LLM Providers --- | |
| # Priority order for analysis: Groq (primary) → Gemini (secondary) → Groq Gemma (backup) | |
| # Groq API Key (Free tier available at https://console.groq.com) | |
| # Used for: qwen/qwen3-32b (primary) and gemma2-9b-it (fallback) | |
| GROQ_API_KEY=your_groq_api_key_here | |
| # Google Gemini API Key (Free tier available at https://aistudio.google.com) | |
| # Used for: gemini-2.5-flash-lite (secondary fallback) | |
| GEMINI_API_KEY=your_gemini_api_key_here | |