HPCOpenenv / .env.example
huggingmenfordays's picture
deploy: ccyloopss/HPCOpenenv — with OPENENV_API_KEY auth guard
bc35a94
raw
history blame contribute delete
620 Bytes
# preferred submission credential. `OPENAI_API_KEY` and `API_KEY` are also accepted.
HF_TOKEN=""
MODEL_NAME="gpt-5.4"
OPENAI_REASONING_EFFORT="medium"
API_BASE_URL="https://api.openai.com/v1"
# local server endpoints exposed by this environment.
SYSADMIN_ENV_SERVER_URL="ws://127.0.0.1:8000/ws"
SYSADMIN_ENV_HEALTHCHECK_URL="http://127.0.0.1:8000/health"
SYSADMIN_ENV_TASKS_URL="http://127.0.0.1:8000/tasks"
# leave blank to evaluate every task returned by `/tasks` in order.
SYSADMIN_ENV_TASK_ID=""
# optional timeout overrides for slower local machines.
MODEL_API_TIMEOUT_SECONDS="20"
EPISODE_TIMEOUT_SECONDS="600"