Skip to content

Commit 4fb3ed1

Browse files
authored
Update review.yml
1 parent f20744a commit 4fb3ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Code Review GPT
1616
uses: mattzcarey/[email protected]
1717
with:
18-
OPENAI_API_KEY: ${{ secrets.GPTREVIEWKEY }}
19-
MODEL: 'gpt-4o-mini'
18+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19+
MODEL: 'gpt-4o'
2020
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)