Spaces:
Running
Running
File size: 291 Bytes
1273036 |
1 2 3 4 5 6 7 8 9 10 |
# Neural Data Analyst Environment Variables
# Copy this file to .env and add your actual API key
# Groq API Configuration
GROQ_API_KEY=your_groq_api_key_here
# Optional: Default model to use
DEFAULT_MODEL=llama-3.3-70b-versatile
# Get your Groq API key from: https://console.groq.com/keys |