mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
perfer GPT-5.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user