Spaces:
Sleeping
Sleeping
File size: 215 Bytes
2398be6 |
1 2 3 4 5 6 7 8 9 10 |
# Groq API Configuration
GROQ_API_KEY=your_groq_api_key_here
# Google Search Configuration (Optional)
GOOGLE_API_KEY=your_google_api_key_here
GOOGLE_CSE_ID=your_google_cse_id_here
# Server Configuration
PORT=5000
|