File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/customize/model-roles Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,20 +114,20 @@ If you prefer to use a model from [xAI](../model-providers/more/xAI), then we re
114114 </Tab>
115115</Tabs>
116116
117- ### Gemini 2.0 Flash from Google
117+ ### Gemini 3 Pro from Google
118118
119- If you prefer to use a model from [Google](../model-providers/top-level/gemini), then we recommend Gemini 2.0 Flash .
119+ If you prefer to use a model from [Google](../model-providers/top-level/gemini), then we recommend Gemini 3 Pro .
120120
121121<Tabs>
122122 <Tab title="Hub">
123- Add the [Gemini 2.0 Flash block](https://hub.continue.dev/google/gemini-2.0-flash ) from the hub
123+ Add the [Gemini 3 Pro block](https://hub.continue.dev/google/gemini-3-pro-preview ) from the hub
124124 </Tab>
125125 <Tab title="YAML">
126126 ` ` ` yaml title="config.yaml"
127127 models :
128- - name : Gemini 2.0 Flash
128+ - name : Gemini 3 Pro
129129 provider : gemini
130- model : gemini-2.0-flash
130+ model : gemini-3-pro-preview
131131 apiKey : <YOUR_GEMINI_API_KEY>
132132 ` ` `
133133 </Tab>
You can’t perform that action at this time.
0 commit comments