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 f20744a commit 4fb3ed1Copy full SHA for 4fb3ed1
.github/workflows/review.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Code Review GPT
16
uses: mattzcarey/[email protected]
17
with:
18
- OPENAI_API_KEY: ${{ secrets.GPTREVIEWKEY }}
19
- MODEL: 'gpt-4o-mini'
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
+ MODEL: 'gpt-4o'
20
GITHUB_TOKEN: ${{ github.token }}
0 commit comments