Spaces:
Sleeping
Sleeping
File size: 217 Bytes
bb8f662 | 1 2 3 4 5 6 7 | # Groq API Configuration
# Get your API key from: https://console.groq.com/keys
GROQ_API_KEY=your_groq_api_key_here
# Optional: Model selection (default: llama-3.3-70b-versatile)
# GROQ_MODEL=llama-3.3-70b-versatile
|