mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Add new experimental Gemini models to default settings
This commit is contained in:
parent
362d481ec4
commit
cd9bb6a07d
1 changed files with 4 additions and 1 deletions
|
|
@ -91,7 +91,10 @@ export const defaultGeminiModels = modelInfoOfDefaultNames([
|
|||
'gemini-1.5-flash',
|
||||
'gemini-1.5-pro',
|
||||
'gemini-1.5-flash-8b',
|
||||
'gemini-1.0-pro'
|
||||
'gemini-1.0-pro',
|
||||
'gemini-2.0-flash-exp',
|
||||
'gemini-2.0-flash-thinking-exp-1219',
|
||||
'learnlm-1.5-pro-experimental'
|
||||
])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue