mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
chore: add grok mini and fast models to dropdown options
This commit is contained in:
parent
ec2ea70395
commit
5a34feb328
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,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