fix: update model to gemini-1.5-flash-latest for v1beta api compatibility

This commit is contained in:
2026-05-21 15:42:37 +02:00
parent 28098658ac
commit 5017492461
+1 -1
View File
@@ -22,6 +22,6 @@ jobs:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
model: gemini-2.0-flash-lite model: gemini-1.5-flash-latest
# You can add custom prompt instructions here if needed: # You can add custom prompt instructions here if needed:
# prompt: "You are a senior software engineer. Review this PR..." # prompt: "You are a senior software engineer. Review this PR..."