mistralai / client-python

Python client library for Mistral AI platform
Apache License 2.0
481 stars 105 forks source link

Add support for the deletion of fine-tuned models #104

Closed arresejo closed 5 months ago

arresejo commented 5 months ago

Adding support for deleting fine-tuned models.

In the future, it may be beneficial to create a dedicated client specifically for handling model-related tasks such as listing and deletion. If you require any assistance with this, please don't hesitate to ask :-)

arresejo commented 5 months ago

Thanks @jean-malo, It should be fixed now

jean-malo commented 5 months ago

closing in favor of https://github.com/mistralai/client-python/pull/108 which fixes ruff + prepares the 0.4.1 release

jean-malo commented 5 months ago

thank you @arresejo !