Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f916dfd

Browse files
committedFeb 11, 2025·
fix
1 parent 5af600a commit f916dfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/config/modelProviders/mistral.ts

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ const Mistral: ModelProviderCard = {
154154
modelsUrl: 'https://docs.mistral.ai/getting-started/models',
155155
name: 'Mistral',
156156
settings: {
157+
proxyUrl: {
158+
placeholder: 'https://api.mistral.ai',
159+
},
157160
sdkType: 'openai',
158161
showModelFetcher: true,
159162
},

0 commit comments

Comments
 (0)
Please sign in to comment.