Spaces:
Running
Running
File size: 344 Bytes
c452421 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # 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
|