Skip to content

Commit 7bfe815

Browse files
authored
Merge pull request #48 from PierreGode/PierreGode-patch-1
Update review.yml
2 parents 496908f + 1d40ac0 commit 7bfe815

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
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/checkout@v3
1515

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

0 commit comments

Comments
 (0)