Spaces:
Running
Running
| # 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 | |