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
I wish to use the completions API to optionally also return JSON so I can call RAGflow from another app
POST /api/v1/chats/{chat_id}/completions
with a new body param: "json": boolean
Asking the LLM to produce JSON output seems to just cause errors
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Self Checks
Is your feature request related to a problem?
Describe the feature you'd like
POST /api/v1/chats/{chat_id}/completions
with a new body param: "json": boolean
Describe implementation you've considered
Asking the LLM to produce JSON output seems to just cause errors
Documentation, adoption, use case
Additional information
No response
The text was updated successfully, but these errors were encountered: