A simple chatbot for the mistralai api.
- Mistral Api Key
- python3.10+
git clone https://github.com/Flojomojo/mistral-chat.git
cd mistral-chat
pip3 -r requirements.txtNow either set the environment variable MISTRAL_API_KEY or use the --api-key {key} flag
python3 chat.py- Switching models mid chat
- Streaming chatbot
- Minimal and simple to add onto
- Supports up and down arrow for chat history
- Markdown rendering
