Skip to content

Commit

Permalink
Merge pull request #48 from PierreGode/PierreGode-patch-1
Browse files Browse the repository at this point in the history
Update review.yml
  • Loading branch information
PierreGode authored Aug 31, 2024
2 parents 496908f + 1d40ac0 commit 7bfe815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v3

- name: AI Code Reviewer
uses: freeedcom/ai-codereviewer@v2.7.0
uses: lfsevergnini/ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4-turbo-2024-04-09" # Optional: defaults to "gpt-4"
OPENAI_API_MODEL: "gpt-4o-mini" # Optional: defaults to "gpt-4"
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas

0 comments on commit 7bfe815

Please sign in to comment.