This commit is contained in:
Michael Puglin 2026-05-21 10:58:33 -04:00 committed by GitHub
commit 88e6eb6da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}
```