openai / openai-quickstart-python

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

Enhanced error handling for OpenAI API quota and other errorsNew feature branch #80

Closed 90stm closed 1 month ago

90stm commented 1 month ago

This pull request enhances error handling for the OpenAI API, specifically addressing quota exceeded errors and other potential issues. It includes: