We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
response_format
v1/chat/completions
Add response_format input parameter to v1/chat/completions endpoint to make it compatible with OpenAI API https://platform.openai.com/docs/api-reference/chat/create
This already exists as grammar parameter to /generate endpoint. https://huggingface.co/docs/text-generation-inference/basic_tutorials/using_guidance#grammar-and-constraints
grammar
/generate
Many other tools support OpenAI APIs
happy to help
The text was updated successfully, but these errors were encountered:
v1/chat/completion
No branches or pull requests
Feature request
Add
response_format
input parameter tov1/chat/completions
endpoint to make it compatible with OpenAI APIhttps://platform.openai.com/docs/api-reference/chat/create
This already exists as
grammar
parameter to/generate
endpoint. https://huggingface.co/docs/text-generation-inference/basic_tutorials/using_guidance#grammar-and-constraintsMotivation
Many other tools support OpenAI APIs
Your contribution
happy to help
The text was updated successfully, but these errors were encountered: