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.
2 parents 496908f + 1d40ac0 commit 7bfe815Copy full SHA for 7bfe815
.github/workflows/review.yml
@@ -14,9 +14,9 @@ jobs:
14
uses: actions/checkout@v3
15
16
- name: AI Code Reviewer
17
- uses: freeedcom/ai-codereviewer@v2.7.0
+ uses: lfsevergnini/ai-codereviewer@main
18
with:
19
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
20
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
21
- 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"
22
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
0 commit comments