Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (24 loc) · 1.21 KB

License: AGPL-3

MistralAI Chat

Mistral AI Logo

This module adds a Mistral AI Bot user to chat with.

Usage

Open a chat and start talking to AI Bot:

image

image

Or go is Discuss:

image

Clear the chat

use the command /clear to clear the chat:

image

Boost AI Bot answer

By default, AI Bot answer length is limited. To get longer answer, start your prompt with an exclamation mark, so AI Bor will use a maximum of tokens to answer.

Requirements

mistralai_connector is required.

This module requires the Python client library for MistralAI API

pip install mistralai

Maintainer