mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-09-09 11:17:08 +00:00
Atualiza o modelo da API do Gemini para a versão 2.5-pro no arquivo main.ts.
This commit is contained in:
parent
8af114a168
commit
76dc15d3f6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import minimatch from "minimatch";
|
|||
|
||||
const GITHUB_TOKEN: string = core.getInput("GITHUB_TOKEN");
|
||||
const GEMINI_API_KEY: string = core.getInput("GEMINI_API_KEY");
|
||||
const GEMINI_MODEL: string = core.getInput("GEMINI_MODEL") || "gemini-1.5-flash";
|
||||
const GEMINI_MODEL: string = core.getInput("GEMINI_MODEL") || "gemini-2.5-pro";
|
||||
|
||||
const octokit = new Octokit({ auth: GITHUB_TOKEN });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue