I'm receiving a persistent 500 Internal Server error while trying to run a simple gpt4-v example with the computer vision enhancements.
See attached screenshot for sample code that fails for me. The editor here doesnt appear to show python code correctly formatted
Screenshot 2024-02-16 at 5.36.30 PM.png
Im using Python 3.11.6 with openai==1.12.0
I get the following error and its been persistent for the last 8 hours.
openai.InternalServerError: Error code: 500 - {'error': {'code': 'InternalServerError', 'message': 'The service is temporarily unable to process your request. Please try again later.', 'param': None, 'type': None}}
If I change the above to simply skip extra_body it works fine