Spaces:
Running
Running
| # ─── Kerdos AI RAG API — Environment Variables ─────────────────────────────── | |
| # Your Hugging Face API token (Write access required for Llama 3.1) | |
| # Get yours at: https://huggingface.co/settings/tokens | |
| # You must also accept the Llama 3.1 license: | |
| # https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct | |
| HF_TOKEN=hf_your_token_here | |
| # Session time-to-live in minutes (default: 60) | |
| SESSION_TTL_MINUTES=60 | |
| # Maximum file size for uploads in megabytes (default: 50) | |
| MAX_UPLOAD_MB=50 | |
| # Server bind address | |
| HOST=0.0.0.0 | |
| # Server port | |
| PORT=8000 | |