We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e91d5 commit c0ef197Copy full SHA for c0ef197
.github/workflows/pull-compliance.yml
@@ -206,4 +206,4 @@ jobs:
206
- uses: actions/checkout@v4
207
- run: |
208
npm install -g @openai/codex
209
- codex exec --full-auto -c model="gpt-5-codex" -c model_providers.openai.base_url="${{ secrets.OPENAI_BASE_URL }}" -c model_providers.openai.env_key="OPENAI_API_KEY" "$(cat ./.codex/prompts/readme-translation.txt)"
+ codex exec --full-auto -c model="gpt-5-codex" -c model_providers.openai.name="openai" -c model_providers.openai.base_url="${{ secrets.OPENAI_BASE_URL }}" -c model_providers.openai.env_key="OPENAI_API_KEY" "$(cat ./.codex/prompts/readme-translation.txt)"
0 commit comments