This commit is contained in:
Andrew Pareles 2025-04-14 12:03:37 -07:00
parent f5d68d9348
commit 6990216fbe

View file

@ -110,7 +110,7 @@ export const displayInfoOfProviderName = (providerName: ProviderName): DisplayIn
}
else if (providerName === 'mistral') {
return {
title: 'Mistral AI',
title: 'Mistral API',
}
}