Spaces:
Running
Running
| # Copy this file to .env and fill in values | |
| # --- Competition env vars (used by inference.py) --- | |
| API_BASE_URL=https://router.huggingface.co/v1 | |
| MODEL_NAME=meta-llama/Meta-Llama-3-8B-Instruct | |
| HF_TOKEN=hf_your-token-here | |
| # --- Legacy / alternative keys --- | |
| OPENAI_API_KEY=sk-your-key-here | |
| # Server port (default: 7860 for HF Spaces) | |
| PORT=7860 | |