perfer GPT-5.4

This commit is contained in:
weishu
2026-03-06 20:26:18 +08:00
parent fff474ccd7
commit 4982e2dbc0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ jobs:
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
responses-api-endpoint: ${{ secrets.OPENAI_BASE_URL }}
model: ${{ vars.OPENAI_MODEL || 'gpt-5.2-codex' }}
model: ${{ vars.OPENAI_MODEL || 'gpt-5.4' }}
effort: ${{ vars.OPENAI_EFFORT || 'high' }}
sandbox: danger-full-access
safety-strategy: drop-sudo
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
responses-api-endpoint: ${{ secrets.OPENAI_BASE_URL }}
model: ${{ vars.OPENAI_MODEL || 'gpt-5.2-codex' }}
model: ${{ vars.OPENAI_MODEL || 'gpt-5.4' }}
effort: ${{ vars.OPENAI_EFFORT || 'high' }}
sandbox: danger-full-access
safety-strategy: drop-sudo
+1 -1
View File
@@ -13,7 +13,7 @@ Thank you for your interest in contributing to HAPI! We welcome bug fixes, featu
If you are using AI tools to generate code ("Vibe Coding"), please note:
**We only accept code generated by the GPT-5.2-codex model.**
**We only accept code generated by the GPT-5.4 model.**
Pull requests containing code generated by other AI models (including other GPT versions, Claude, Gemini, or any other LLM) will be rejected. This policy helps us maintain consistency and quality standards across the codebase.