terry3041 / pyChatGPT

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

version chrome_driver problem #159

Open linquocte opened 9 months ago

linquocte commented 9 months ago

How to change the path to the chrome_driver of the undetected_chromedriver ? It's only 114, while my chrome browser right now is 117

pik-a-c-h-u commented 8 months ago

@linquocte You can edit the pyChatGPT.py file , just need to add two lines added line 178 (the path to chromedriver.exe) and added extra parameter in self.driver = uc.Chrome(options=options,driver_executable_path=executable_path) in line 185 (previously 184) code