mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
Merge 6c3d2844d4 into 021db67ee7
This commit is contained in:
commit
88e6eb6da6
1 changed files with 2 additions and 2 deletions
|
|
@ -326,9 +326,9 @@ For Groq, you must manually specify `ai:capabilities` based on your model's feat
|
|||
```json
|
||||
{
|
||||
"google-gemini": {
|
||||
"display:name": "Gemini 3 Pro",
|
||||
"display:name": "Gemini 3.5 Flash",
|
||||
"ai:provider": "google",
|
||||
"ai:model": "gemini-3-pro-preview"
|
||||
"ai:model": "gemini-3.5-flash"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue