fix: update GEMINI model version in configuration and workflows

This commit is contained in:
2026-05-12 02:59:22 +00:00
parent 774b78d84e
commit c2e56e4bb2
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -110,6 +110,7 @@ jobs:
with:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GEMINI_BASE_URL: https://generativelanguage.googleapis.com/v1beta
GEMINI_MODEL: ${{ vars.GEMINI_MODEL }}
permissions:
contents: write
pull-requests: write