finepointcgi / Godot-Open-AI-GPT-Integration

MIT License
80 stars 19 forks source link

Check for response json error #5

Closed clemens-tolboom closed 1 year ago

clemens-tolboom commented 1 year ago

Initial fix for HTTP response errors (like no more credit, too many requests) and json parsing, and json error errors.

See ie https://platform.openai.com/docs/guides/error-codes

finepointcgi commented 1 year ago

Thanks!

clemens-tolboom commented 1 year ago

Thanks for the quick commits :-)