| # Keep the real file outside the repository and pass it with --env-file. | |
| MODEL=gpt-5 | |
| OPENAI_API_KEY=replace-with-your-key | |
| CODEX_BASE_URL=https://api.openai.com/v1 | |
| CODEX_WIRE_API=responses | |
| CODEX_VERSION=latest | |
| CODEX_REASONING_EFFORT=high | |
| # Keep the real file outside the repository and pass it with --env-file. | |
| MODEL=gpt-5 | |
| OPENAI_API_KEY=replace-with-your-key | |
| CODEX_BASE_URL=https://api.openai.com/v1 | |
| CODEX_WIRE_API=responses | |
| CODEX_VERSION=latest | |
| CODEX_REASONING_EFFORT=high | |