mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 01:50:13 +08:00
feat: add Mistral provider configuration to AI Providers (#10795)
This commit is contained in:
parent
c8ab0b9428
commit
1e1d5c4a14
@ -55,6 +55,14 @@ export const NEW_PROVIDER_CONFIGS: ProviderConfig[] = [
|
|||||||
creatorFunctionName: 'createPerplexity',
|
creatorFunctionName: 'createPerplexity',
|
||||||
supportsImageGeneration: false,
|
supportsImageGeneration: false,
|
||||||
aliases: ['perplexity']
|
aliases: ['perplexity']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'mistral',
|
||||||
|
name: 'Mistral',
|
||||||
|
import: () => import('@ai-sdk/mistral'),
|
||||||
|
creatorFunctionName: 'createMistral',
|
||||||
|
supportsImageGeneration: false,
|
||||||
|
aliases: ['mistral']
|
||||||
}
|
}
|
||||||
] as const
|
] as const
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user