File size: 368 Bytes
9f7b0e1
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Backend API Configuration
GROQ_API_KEY=your_groq_api_key_here

# Optional: HuggingFace API token for accessing HF Spaces models
HUGGINGFACE_API_TOKEN=your_huggingface_token_here

# CORS allowed origins (comma-separated)
ALLOWED_ORIGINS=http://localhost:3000,https://yourdomain.com

# Optional: Backend port
BACKEND_PORT=8000

# Optional: Environment
ENV=development