Skip to content

Commit 41ec623

Browse files
committed
add in chat role
1 parent 4717748 commit 41ec623

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/customize/model-roles/chat.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)