mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
sendLLMMessageToProviverImplementation : Mistral SendChat
This commit is contained in:
parent
7aca03de5c
commit
89ac7738e4
1 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue