I have suddenly started encountering errors like this. This was working a few hours ago.
Does anyone else also see this?
import openai
import os
openai.api_key = os.getenv('OPENAI_GPT3_KEY')
engine_id = "babbage-similarity"
response = openai.Engine(id=engine_id).embeddings(input="apple")
Errors:
*The server had an error while processing your request. Sorry about that! You can retry your request, or contact [support@openai.com](mailto:support@openai.com) if the error persists. (Please include the request ID xyz in your email.*
The server had an error while processing your request. Sorry about that! You can retry your request, or contact [support@openai.com](mailto:support@openai.com) if the error persists. (Please include the request ID abcd in your email.)