-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Mistral client class to support new Mistral v1.0.1 package #3356
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. thanks @marklysze for the updates.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3356 +/- ##
===========================================
+ Coverage 33.33% 44.88% +11.55%
===========================================
Files 95 95
Lines 10661 10669 +8
Branches 2278 2453 +175
===========================================
+ Hits 3554 4789 +1235
+ Misses 6791 5408 -1383
- Partials 316 472 +156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
LGTM. |
Mistral AI released an updated python client package, v1.0.1, which had breaking changes to code using versions before then. This updated Mistral client class has been updated to support the new version.
No new functionality has been added, but prices have been updated.
Why are these changes needed?
Existing code will not work with the latest Mistral AI (
mistralai
) package.Related issue number
None, yet :).
Checks