Skip to content

Commit

Permalink
Use GPT-4 for code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Pavelka committed Aug 8, 2023
1 parent a8d9a5f commit 326c6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Review
\name: Code Review

on:
pull_request:
Expand All @@ -14,4 +14,5 @@ jobs:
- uses: actions/checkout@v3
- uses: sshnaidm/gpt-code-review-action@v1.0
with:
model: 'gpt-4'
openai-key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 326c6e9

Please sign in to comment.