yeokm1/doschgpt

Unable to use double quotes in string

Closed this issue · 3 comments

Writing anything with double quotes results in the API saying the JSON payload is broken.

Example:

Me:
Say "hello world"

this will break the JSON payload.

yeokm1 commented

I can replicate this issue. Yeah, let me look into escaping the illegal characters.

yeokm1 commented

In progress
image