Spaces:
Sleeping
Sleeping
File size: 261 Bytes
ff9fcbd | 1 2 3 4 5 6 7 8 9 10 11 | # Copy to .env and fill in values
# Required for baseline.py LLM inference
OPENAI_API_KEY=sk-...
# Optional: override the environment URL for baseline.py
ENV_URL=http://localhost:7860
# Optional: override the model for baseline.py
BASELINE_MODEL=gpt-4o-mini
|