From 28098658acad919f18d8885515c968524d109155 Mon Sep 17 00:00:00 2001 From: LordSchmackes Date: Thu, 21 May 2026 15:37:37 +0200 Subject: [PATCH] fix: use gemini-2.0-flash-lite model --- .github/workflows/gemini-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index b88fb9e..ed44bc5 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-1.5-flash + model: gemini-2.0-flash-lite # You can add custom prompt instructions here if needed: # prompt: "You are a senior software engineer. Review this PR..."