-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pr 2982 ci branch #3046
base: main
Are you sure you want to change the base?
Pr 2982 ci branch #3046
Conversation
262b6b1
to
36fb0d7
Compare
This PR correctly adds the response type This change emphasizes an existing issue with As this PR is non breaking an only adds the correct functionality. It may make sense to follow up with the changes to the Issues related to enabling
|
Thanks for adding the While this PR does implement it, I'm wondering if it might miss an opportunity to better align with OpenAI's specification, which was a key point in issue #3058. The key difference between OpenAI and TGI isn't just about Instead of making another alias, I'd propose to change the required response format for response_format: {
"type": "json_schema",
"json_schema": {
"name": "some_name",
"strict": true,
"schema": ... // the actual json schema
}
} |
This PR reopens #2982 to run CI