terry3041 / pyChatGPT

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

Login button update? #144

Open Carter2565 opened 1 year ago

Carter2565 commented 1 year ago

To prevent timeout error had to change chatgpt_login_btn = (By.XPATH, '//button[text()="Log in"]') to chatgpt_login_btn = (By.XPATH, '//button[div[text()="Log in"]]') in pyChatGPT.py

I am using Openai login. Having Google error for other account. Google is detecting the driver and is locking up.