context-corruption-env / .env.example
Siddh12334's picture
feat: optimize Space β€” dockerignore, dotenv secrets, multi-worker uvicorn
0eb0abc
Raw
History Blame Contribute Delete
443 Bytes
# Copy to .env and fill in values for local development
# In HF Spaces, set these as Space secrets (Settings β†’ Variables and secrets)
# Number of corrupt docs per episode (1-4). Leave blank for random per episode.
DIFFICULTY=
# Max concurrent environment sessions
MAX_CONCURRENT_ENVS=64
# WandB (only needed for training, not the server)
WANDB_API_KEY=
# HuggingFace (only needed for training, not the server)
HF_TOKEN=
HF_HUB_MODEL_ID=