mirror of
https://github.com/epstein-docs/epstein-docs.github.io.git
synced 2026-04-12 17:29:01 -05:00
Consider using json_repair library #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WesleyM77 on GitHub.
I've found this library to be quite good at fixing JSON returned by an LLM: https://github.com/mangiucugna/json_repair
It's much quicker than prompting an LLM, and I haven't found anything it was unable to fix. Just a suggestion, but wanted to point this out for performance reason.