diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 3edcf77..0cee92e 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -15,6 +15,6 @@ jobs: uses: freeedcom/ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - OPENAI_API_MODEL: "gpt-4-1106-preview" + GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} + GEMINI_MODEL: "gemini-2.5-pro" exclude: "yarn.lock,dist/**"