fuzzy-json
fuzzy-json copied to clipboard
Fuzzy-JSON is a compact Python package with no dependencies, designed to address the pesky JSONDecodeError that sometimes occurs when utilizing OpenAI's powerful call function.
https://www.json.org/json-en.html
https://github.com/cympfh/fuzzy-json-rs
https://jsonformatter.curiousconcept.com/#
https://jsonformatter.curiousconcept.com/# 這個可以自動修 _Originally posted by @lucemia in https://github.com/livingbio/fuzzy-json/issues/12#issuecomment-1774299968_
better to use exception _Originally posted by @lucemia in https://github.com/livingbio/fuzzy-json/issues/13#issuecomment-1774314059_
Just wanted to say, this package became a one-line fix for 100s of lines of code I had written to try and auto-correct LLM output for JSON parsing. Happy I...