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
Currently, the RD-Agent workflow relies heavily on JSON mode to simplify implementation.
However, many LLMs do not natively support the JSON model.
RD-Agent should offer a fallback solution, even though it might result in a higher error rate.
A very naive proposal
The text was updated successfully, but these errors were encountered:
#419 is related
Sorry, something went wrong.
There are also some related tools for json repair in the output of LLM, such as this repo.
Whether this package is useful for the project?https://github.com/dottxt-ai/outlines
No branches or pull requests
🌟 Feature Description
Currently, the RD-Agent workflow relies heavily on JSON mode to simplify implementation.
However, many LLMs do not natively support the JSON model.
RD-Agent should offer a fallback solution, even though it might result in a higher error rate.
A very naive proposal
The text was updated successfully, but these errors were encountered: