Skip to content

Commit

Permalink
💄 style: support mistral proxy url (lobehub#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Feb 11, 2025
1 parent 5af600a commit dcb465e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/modelProviders/mistral.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ const Mistral: ModelProviderCard = {
modelsUrl: 'https://docs.mistral.ai/getting-started/models',
name: 'Mistral',
settings: {
proxyUrl: {
placeholder: 'https://api.mistral.ai',
},
sdkType: 'openai',
showModelFetcher: true,
},
Expand Down

0 comments on commit dcb465e

Please sign in to comment.