-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
refactor(mistral): update safe_mode property and max temperature in ChatCompletionRequest #300
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.
Thanks again for the PR!
I've added a couple of comments. Basically:
- The generated files have been generated in the wrong folder
- We don't need to update the version / release notes manually
The changes in the OpenAPI spec look good, so as soon as we fix those couple of things we can merge it 🙂
d4cf13f
to
2ffe1d4
Compare
…hatCompletionRequest
2ffe1d4
to
ad2b0c2
Compare
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.
It's perfect now, thank you very much!
…migloz#300) - `safe_mode` was renamed to `safe_prompt` - The max temperature is now 1 instead of 2
Description:
The request body schema for Chat Completion changed.
@davidmigloz
I have a big doubt about the "refactor" I chose for the PR. Because it's not a bug. More of a small breaking change.