mistralai / client-python

Python client library for Mistral AI platform
Apache License 2.0
478 stars 103 forks source link

MistralAI python client package #4

Closed ahmetkca closed 11 months ago

ahmetkca commented 11 months ago

What's the name of the python package? Or do you have to clone this repository to be able to use the MistralAI python client?

code-inflation commented 11 months ago

Should be mistralai I think: https://pypi.org/project/mistralai/

ahmetkca commented 11 months ago

yeah I think it has to be in the README file imo #5

code-inflation commented 11 months ago

For sure!

Bam4d commented 11 months ago

Hi, sorry for the confusion on this.

You can simply use pip install mistralai in any environment such as conda or venv.

You only require the poetry dependencies when building the package from source.

Thanks!