Spaces:
Sleeping
Sleeping
File size: 199 Bytes
a937307 | 1 2 3 4 5 6 7 8 | # HuggingFace token (for downloading models)
HF_TOKEN=your_huggingface_token_here
# Groq API keys (if used by the AI service)
GROQ_API_KEY_1=your_key_here
# Add any other AI service env vars below
|