Merge pull request #8 from LordSchmackes/feature/update-gemini-model-to-flash-lite

ci: upgrade Gemini PR review model to gemini-2.5-flash-lite
This commit was merged in pull request #8.
This commit is contained in:
2026-05-22 08:32:10 +02:00
committed by GitHub
+1 -1
View File
@@ -22,6 +22,6 @@ jobs:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
model: gemini-1.5-flash-latest
model: gemini-2.5-flash-lite # Cheapest Gemini model - $0.10/1M input, $0.40/1M output
# You can add custom prompt instructions here if needed:
# prompt: "You are a senior software engineer. Review this PR..."