mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-09-10 03:37:08 +00:00
Atualiza a configuração do workflow para usar a chave e o modelo da API do Gemini, substituindo as referências à API do OpenAI.
This commit is contained in:
parent
76dc15d3f6
commit
3099d51907
1 changed files with 2 additions and 2 deletions
4
.github/workflows/code_review.yml
vendored
4
.github/workflows/code_review.yml
vendored
|
@ -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/**"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue