Skip to content

Commit e2c5727

Browse files
authored
Fix a small typo
1 parent af1034d commit e2c5727

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
@@ -65,7 +65,7 @@ jobs:
6565
GEMINI_MODEL: gemini-1.5-pro-002 # Optional, default is `gemini-1.5-flash-002`
6666
EXCLUDE: "*.md,*.txt,package-lock.json,*.yml,*.yaml"
6767
```
68-
> if you don't set `GEMINI_MODEL`, the default model is `gemini-2.0-flash-001`. `gemini-1.5-flash-002` 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).
68+
> 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).
6969
4. Commit codes to your repository, and working on your pull requests.
7070
5. When you're ready to review the PR, you can trigger the workflow by commenting `/gemini-review` in the PR.
7171

0 commit comments

Comments
 (0)