Skip to content

Commit 3551382

Browse files
authored
docs: correct typo in README.md (#178)
Changed 'ser' to 'set' in the usage instructions.
1 parent 8e1e771 commit 3551382

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
@@ -119,7 +119,7 @@ codegpt config set openai.model xxxxx-gpt-35-turbo
119119
Build with the Gemini API, you can see the [Gemini API documentation][61]. Update the `provider` and `api_key` in your config file. Please create an API key from the [Gemini API][62] page.
120120

121121
```sh
122-
codegpt config ser openai.provider gemini
122+
codegpt config set openai.provider gemini
123123
codegpt config set openai.api_key xxxxxxx
124124
codegpt config set openai.model gemini-1.5-flash-latest
125125
```

0 commit comments

Comments
 (0)