Closed gehrisandro closed 1 year ago
This fixes the issue I was encountering.
Just adding that this also fixed my issue.
Undefined array key "choices"
I was trying to send a prompt that would take too many tokens, but was not getting a helpful response until this.
This PR fixes exception handling for errors with a. content type header of
application/json
instead ofapplication/json; charset=utf-8
fixes #132