Hey,
I had created one application 1 year ago.
At that time my application was running fine.
Today I am again trying to run that application, but I am getting this following error:
INFO:openai:error_code=model_not_found error_message='The model
text-davinci-003
has been deprecated, learn more here:
https://platform.openai.com/docs/deprecations' error_param=None error_type=invalid_request_error message='OpenAI API error received' stream_error=False
The model
text-davinci-003
has been deprecated, learn more here:
https://platform.openai.com/docs/deprecationsI was using GPTSimpleVectorIndex. When I searched about this online, came to know it is being replaced by GPTVectorStoreIndex
Tried that but still the same error
Where should I replace text-davinci-003 model to gpt-3.5-turbo-instruct