Open reneelewsi1 opened 2 months ago
" Unexpected non-whitespace character after JSON at position 332 (line 3 column 1) "
This is specifically a result of this function which anticipates JSON, but OpenAI has changed the response structure so it's not necessarily valid JSON or nd-JSON.
Further, 'moderation_response' is no longer a key in the JSON, since they have changed that part of the format, too.
Cannot use 'in' operator to search for 'moderation' in {"type": "moderation", "conversation_id": "....", "message_id": "...", "is_completion": false, "moderation_response": {"flagged": true, "disclaimers": [], "blocked": false, "moderation_id": "...", "audio_blocked": null, "metadata": {}}}
Interesting,
Do you happen to have an example of such non-json data?
Hi Beat-YT,
I would like to express my deepest gratitude for your enthusiastic support.
Regarding the issue mentioned above, the recent response will be like this whenever the content violates the speech censorship policy, as shown in the attached image.
Looking forward to your updates and fixes. Thank you!
Best regards, Adan Lo
I have published the update, but currently waiting on chrome web store to approve it .
It used to work, but now it seems to have stopped working, and I can't see any responses