Spaces:
Running
Running
| # ββ LLM backend (one of these is required for inference.py) ββββββββββββββββββ | |
| # Groq β free tier, fast. Get a key at console.groq.com | |
| GROQ_API_KEY= | |
| # HF Inference Router β requires HF account. Get a token at huggingface.co/settings/tokens | |
| HF_TOKEN= | |
| # ββ Optional overrides ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Override the auto-detected API base URL | |
| # API_BASE_URL=https://router.huggingface.co/v1 | |
| # Override the default model for the chosen backend | |
| # MODEL_NAME=Qwen/Qwen2.5-72B-Instruct | |
| # Override the Narada environment URL (default: live HF Space) | |
| # ENV_URL=http://localhost:7860 | |
| # ββ Server config (only needed if running the server locally) βββββββββββββββββ | |
| # PORT=7860 | |
| # HOST=0.0.0.0 | |
| # WORKERS=1 | |