diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index ed44bc5..b671ba2 100644 --- a/.github/workflows/gemini-pr-review.yml +++ b/.github/workflows/gemini-pr-review.yml @@ -22,6 +22,6 @@ jobs: GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - model: gemini-2.0-flash-lite + model: gemini-1.5-flash-latest # You can add custom prompt instructions here if needed: # prompt: "You are a senior software engineer. Review this PR..."