From 1d40ac0419b4708bd325d2262d5d1e34e920b301 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Sat, 31 Aug 2024 23:27:41 +0200 Subject: [PATCH] Update review.yml --- .github/workflows/review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 982792d..ea93c17 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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