Spaces:
Sleeping
Sleeping
File size: 435 Bytes
a864c4e bb9f87e a864c4e bb9f87e a864c4e | 1 2 3 4 5 6 7 8 9 10 11 12 | # 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
|