promplate / partial-json-parser-js

Parse partial JSON generated by LLM
https://npmjs.com/partial-json
MIT License
76 stars 2 forks source link

handling of markdown json #10

Open flazouh opened 1 day ago

flazouh commented 1 day ago

sometimes openai returns ```json { "key": "value" } ``` does this lib handles this use case ?

CNSeniorious000 commented 1 day ago

Nope. But there are two workarounds:

flazouh commented 1 day ago

ok thanks you, nice lib btw. was gonna implement it myself and thought someone must have had the idea already