From 9b9fbcf6f06e319cf5a443dfb0c8a197987a3dab Mon Sep 17 00:00:00 2001 From: LordSchmackes Date: Thu, 21 May 2026 15:36:22 +0200 Subject: [PATCH] fix: switch to gemini-1.5-flash to avoid quota errors --- .github/workflows/gemini-pr-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index f07002d..b88fb9e 100644 --- a/.github/workflows/gemini-pr-review.yml +++ b/.github/workflows/gemini-pr-review.yml @@ -21,5 +21,7 @@ jobs: env: GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + model: gemini-1.5-flash # You can add custom prompt instructions here if needed: # prompt: "You are a senior software engineer. Review this PR..."