Spaces:
Sleeping
Sleeping
| # Environment Variables | |
| # Groq API Key (Required - Default Provider) | |
| # Get your FREE key at: https://console.groq.com/keys | |
| # Provides access to GPT-OSS 120B (default) and Llama 3.3 70B models | |
| GROQ_API_KEY=your_groq_api_key_here | |
| # OpenRouter API Key (Optional - For Gemma Model) | |
| # Get your FREE key at: https://openrouter.ai/keys | |
| # Using free tier with google/gemma-3-27b-it:free model | |
| OPENROUTER_API_KEY=your_openrouter_api_key_here | |