julesmeister / testmanship

creates writing exercises and grades and tracks your progress
https://testmanship.vercel.app
MIT License
0 stars 1 forks source link

Try to salvage what's left of the JSON if exercise-suggestions failed to be parsed #4

Closed julesmeister closed 1 day ago

julesmeister commented 2 days ago

Sometimes the APIs, well not only this, are complete but there maybe double quotes or commas or something extra that is creating a bug and becomes unparseable.

I shall try to parse what's left of it.

julesmeister commented 1 day ago

So I created a util file that puts in any missing brackets or curly brackets if the json was truncated, even the the max tokens is just limited to 1000