You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ codegpt config set openai.model xxxxx-gpt-35-turbo
119
119
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.
120
120
121
121
```sh
122
-
codegpt config ser openai.provider gemini
122
+
codegpt config set openai.provider gemini
123
123
codegpt config set openai.api_key xxxxxxx
124
124
codegpt config set openai.model gemini-1.5-flash-latest
0 commit comments