Submitted by Singularian2501 t3_11zsdwv in MachineLearning
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).
Viewing a single comment thread. View all comments