mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
Merge pull request #653 from vdawger/chore-update-model-capabilities-grok-mini
chore: add grok mini and fast models to dropdown options
This commit is contained in:
commit
44f56b3ab4
1 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,9 @@ export const defaultModelsOfProvider = {
|
|||
xAI: [ // https://docs.x.ai/docs/models?cluster=us-east-1
|
||||
'grok-2',
|
||||
'grok-3',
|
||||
'grok-3-mini',
|
||||
'grok-3-fast',
|
||||
'grok-3-mini-fast'
|
||||
],
|
||||
gemini: [ // https://ai.google.dev/gemini-api/docs/models/gemini
|
||||
'gemini-2.5-pro-exp-03-25',
|
||||
|
|
|
|||
Loading…
Reference in a new issue