openenv / .env.example
sentinel-space-publisher
space: publish latest Sentinel app snapshot
c452421
raw
history blame contribute delete
344 Bytes
# 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