iJfbQd t1_jdf9cqi wrote on March 23, 2023 at 11:37 PM Reply to comment by ---AI--- in [N] ChatGPT plugins by Singularian2501 I've just been parsing the json output using a json5 parser (ie in Python, import json5 as json). In my experience, this catches all of the occasional json output syntax errors (like putting a comma after the terminal element). Permalink Parent 2
iJfbQd t1_jdf9cqi wrote
Reply to comment by ---AI--- in [N] ChatGPT plugins by Singularian2501
I've just been parsing the json output using a json5 parser (ie in Python,
import json5 as json
). In my experience, this catches all of the occasional json output syntax errors (like putting a comma after the terminal element).