openai / openai-quickstart-python

Python example app from the OpenAI API quickstart tutorial
https://platform.openai.com/docs/quickstart?context=python
MIT License
1.69k stars 1.31k forks source link

Update text model to text-davinci-003 #6

Closed athyuttamre closed 1 year ago

athyuttamre commented 1 year ago

Updating the sample code to use the latest GPT-3 model, text-davinci-003.

logankilpatrick commented 1 year ago

Thank you @athyuttamre !

jeevnayak commented 1 year ago

Thanks Atty! Sorry, I think I totally missed this PR back when you opened it. Do you also want access to commit to these quickstart example repos?