Replies: 2 comments
-
OpenAI deprecated text-davinci-003. https://platform.openai.com/docs/deprecations You can transition into the newer OpenAI chat models -- they'll be cheaper to use and likely similar performance if you're using function calling |
Beta Was this translation helpful? Give feedback.
0 replies
-
@DivR15 Looking at the list of deprecations that OpenAI has published here - https://platform.openai.com/docs/deprecations/instructgpt-models , you would use a new model with the following code:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am building an LLM application that uses Langchain libraries. It was working fine until I tried it today and now I get this error:
openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model
text-davinci-003
has been deprecated, learn more here: https://platform.openai.com/docs/deprecations', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}Does anyone know how to fix this or how I can change the model I am using?
Beta Was this translation helpful? Give feedback.
All reactions