Skip to content

Commit 967d828

Browse files
authored
Update README.md
1 parent b092e96 commit 967d828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
67-
GEMINI_MODEL: gemini-2.5-pro-preview-05-06 # Optional, default is `gemini-1.5-flash-002`
67+
GEMINI_MODEL: gemini-2.5-pro-preview-05-06 # Optional, default is `gemini-2.0-flash-001`
6868
EXCLUDE: "*.md,*.txt,package-lock.json,*.yml,*.yaml"
6969
```
7070
> if you don't set `GEMINI_MODEL`, the default model is `gemini-2.0-flash-001`. `gemini-2.0-flash-001` is a next-generation model offering speed and multimodal generation capabilities. It's suitable for a wide variety of tasks, including code generation, data extraction, and text editing.. For the detailed information about the models, please refer to [Gemini models](https://ai.google.dev/gemini-api/docs/models/gemini).

0 commit comments

Comments
 (0)