This client is inspired from cohere-python
You can use the Mistral Python client to interact with the Mistral AI API.
This client uses poetry as a dependency and virtual environment manager.
You can install poetry with
pip install poetrypoetry will set up a virtual environment and install dependencies with the following command:
poetry installYou can run the examples in the examples/ directory using poetry run or by entering the virtual environment using poetry shell.
cd examples
poetry run python chat_no_streaming.pypoetry shell
cd examples
>> python chat_no_streaming.py