2
0

Add Mistral AI block

Closes #1179
This commit is contained in:
Baptiste Arnaud
2024-01-25 16:35:16 +01:00
parent ab010657b2
commit b68f16f4f7
16 changed files with 491 additions and 5 deletions

View File

@ -0,0 +1,19 @@
---
title: Mistral AI
---
Similarly to the [OpenAI block](./openai), this block allows you to chat with Mistral's AI models.
Create your Mistral account here: https://console.mistral.ai.
## Create chat completion
With the Mistral AI block, you can create a chat completion based on your user queries and display the answer back to your typebot.
This action comes with a convenient message type called `Dialogue`. It allows you to easily pass a sequence of saved assistant / user messages history to Mistral AI
## Troobleshooting
- If you get HTTP 401 error while loading the Mistral models, it means your API key is still not propagated on Mistral's side. Please wait a few minutes and try again.
- If you get a rate limit error, make sure to add a subscription to your Mistral account. You can do so by going to your [Mistral billing section](https://console.mistral.ai/billing/) and clicking on the `Subscribe` button.

View File

@ -125,7 +125,8 @@
"editor/blocks/integrations/chatwoot",
"editor/blocks/integrations/meta-pixel",
"editor/blocks/integrations/openai",
"editor/blocks/integrations/zemantic-ai"
"editor/blocks/integrations/zemantic-ai",
"editor/blocks/integrations/mistral"
]
}
]

View File

@ -26852,7 +26852,8 @@
"zemantic-ai",
"cal-com",
"chat-node",
"qr-code"
"qr-code",
"mistral"
]
},
"options": {}

View File

@ -10353,7 +10353,8 @@
"zemantic-ai",
"cal-com",
"chat-node",
"qr-code"
"qr-code",
"mistral"
]
},
"options": {}