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