terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

Add GPT-4 and close popup #148

Open jhd3197 opened 1 year ago

jhd3197 commented 1 year ago

This commit adds support for GPT-4 to the project, fixes an issue with an unexpected popup, and adds a new function to ensure the driver is closed properly when it is no longer needed.