terry3041 / pyChatGPT

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

Error while renew ChatGPT(session) in ver 0.4.2 #92

Open iaston opened 1 year ago

iaston commented 1 year ago

When an exception occurs, renew ChatGPT once, but it prompts an error (as shown in the figure) image

program: image

DevRoss commented 1 year ago

Try to use del this_api instead of this_api.driver.quit()