mistral-ai-toolkit
PythonPython wrapper and CLI for Mistral AI.
A versatile CLI and Python wrapper for Mistral AI's Mixtral, Mistral, and NeMo large language models. Create chatbots and generate dynamic text with ease.
python mistral ai cli
[features]
Multiple Models
Mistral-7b, Mixtral-8x7b, NeMo
Conversational AI
Interactive chatbots and assistants
Text Generation
Contextually relevant responses
JSON Output
Structured output support
[install]
git clone https://github.com/RMNCLDYO/mistral-ai-toolkit.git
cd mistral-ai-toolkit
pip install -r requirements.txt [usage]
# CLI
python cli.py --chat
python cli.py --text --prompt "Write a story"
# Python
from mistral import Chat, Text
Chat().run() [requirements]
- Python 3.x
- Mistral AI API key
[license]
This project is licensed under the MIT license.