mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
fix: correct typo in Gemini 3 Pro Image Preview model name (#11969)
This commit is contained in:
parent
ef25eef0eb
commit
bdfda7afb1
@ -362,7 +362,7 @@ export const SYSTEM_MODELS: Record<SystemProviderId | 'defaultModel', Model[]> =
|
|||||||
{
|
{
|
||||||
id: 'gemini-3-pro-image-preview',
|
id: 'gemini-3-pro-image-preview',
|
||||||
provider: 'gemini',
|
provider: 'gemini',
|
||||||
name: 'Gemini 3 Pro Image Privew',
|
name: 'Gemini 3 Pro Image Preview',
|
||||||
group: 'Gemini 3'
|
group: 'Gemini 3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user