From 3099d51907d855174a5273c2ec577688c1fca9fd Mon Sep 17 00:00:00 2001 From: Gabriel Cano Date: Sun, 24 Aug 2025 20:35:20 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=20a=20configura=C3=A7=C3=A3o=20do=20wo?= =?UTF-8?q?rkflow=20para=20usar=20a=20chave=20e=20o=20modelo=20da=20API=20?= =?UTF-8?q?do=20Gemini,=20substituindo=20as=20refer=C3=AAncias=20=C3=A0=20?= =?UTF-8?q?API=20do=20OpenAI.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code_review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 3edcf77..0cee92e 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -15,6 +15,6 @@ jobs: uses: freeedcom/ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - OPENAI_API_MODEL: "gpt-4-1106-preview" + GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} + GEMINI_MODEL: "gemini-2.5-pro" exclude: "yarn.lock,dist/**"