Find answers from the community

Updated 2 months ago

Hey,

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/deprecations


I 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
L
1 comment
Hard to say without seeing any code (I'm guessing you are also on a very old version)
Add a reply
Sign up and join the conversation on Discord