ai-rag-document / .env.example
pkgprateek's picture
feat: Add multi-provider LLM support with UI model selector
bb9f87e
raw
history blame contribute delete
435 Bytes
# 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