sendLLMMessageToProviverImplementation : Mistral SendChat

This commit is contained in:
Jérôme Commaret 2025-03-11 16:21:49 +01:00
parent 7aca03de5c
commit 89ac7738e4

View file

@ -495,11 +495,11 @@ export const sendLLMMessageToProviderImplementation = {
sendFIM: null,
list: null,
},
// mistral: {
// sendChat: , // TODO
// sendFIM: , // TODO // https://docs.mistral.ai/api/#tag/fim
// list: null,
// },
mistral: {
sendChat: (params) => _sendOpenAICompatibleChat(params),
sendFIM: null, // TODO // https://docs.mistral.ai/api/#tag/fim
list: null,
},
ollama: {
sendChat: (params) => _sendOpenAICompatibleChat(params),
sendFIM: sendOllamaFIM,