File size: 237 Bytes
91895bb | 1 2 3 4 5 6 7 8 | # 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
|