openai / openai-quickstart-node

Node.js example app from the OpenAI API quickstart tutorial
https://platform.openai.com/docs/quickstart?context=node
MIT License
2.55k stars 1.99k forks source link

The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations #127

Closed 971758118 closed 9 months ago

971758118 commented 10 months ago

Describe the bug

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: null, code: 'model_not_found' } }

To Reproduce

  1. npm run dev
  2. open http://localhost:3000
  3. input something

OS

No response

Node version

No response

logankilpatrick commented 9 months ago

I am taking a pass at this in a new PR, thanks for the flag!