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

Updated sample with store use case, new model and api #71

Closed sanjeev3 closed 8 months ago

sanjeev3 commented 1 year ago

Changed use case to "Store name generator" with new static content and icon and CSS file updates. Updated HTML page to use the new ChatCompletion API and gpt-3.5-turbo model.

logankilpatrick commented 8 months ago

Thank you for this! We have an open PR which will add support for Chat Completions, I am going go merge that one.