opencode-env-rollout / .env.example
AdithyaSK's picture
AdithyaSK HF Staff
Upload folder using huggingface_hub
d4d3fde verified
raw
history blame contribute delete
278 Bytes
# Required
E2B_API_KEY=e2b_...
# Optional - for Mode A rollouts against real OpenAI
OPENAI_API_KEY=sk-...
# Optional - max concurrent sandbox sessions per environment (default: 4)
MAX_CONCURRENT_ENVS=4
# Optional - enable the Gradio UI mounted at /
ENABLE_WEB_INTERFACE=true