Persistent Internal Server error with GPT4-v

Nirmal Thacker 25 Reputation points
2024-02-16T22:30:38.4533333+00:00

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

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,927 questions
{count} vote

Accepted answer
  1. Saurabh Sharma 23,806 Reputation points Microsoft Employee
    2024-02-29T18:10:52.5433333+00:00

    Hi @Nirmal Thacker , As per internal email conversation, this issue seems to be resolved by itself. Please let us know in case you encounter it again.

    Thanks

    Saurabh

    Please 'Accept as answer' and Upvote if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Charlie Wei 3,320 Reputation points
    2024-02-17T01:55:25.61+00:00

    Hello @Nirmal Thacker ,

    I have reviewed the code screenshot you provided, and I believe the API version portion may need to be modified as follows. For more information about API versions, please refer to the official Microsoft GitHub.

    api_version = "2023-12-01-preview"
    

    Best regards,
    Charlie


    If you find my response helpful, please consider accepting this answer and voting 'yes' to support the community. Thank you!


  2. Wilson Wang 0 Reputation points
    2024-02-17T02:10:40.13+00:00

    Similar issue - ever since about 3-4pm PST, our gpt-4-0125-preview deployment is throwing a 500 Internal Server error on every request. I tried hitting it via API and also the Azure AI Studio playground, both failed.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.