terry3041 / pyChatGPT

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

ChromeDriver issues when logging into API #113

Open jmura84 opened 1 year ago

jmura84 commented 1 year ago

When I call the API using the token that I take from inspecting the website I have an issue with the ChromeDriver executable. It starts running and a Chrome browser opens, but each time the antivirus try to find out if ChromeDriver is a virus.

Is there any way not to have to open a Chrome browser any time I am sending a request? And if not, can I make the antivirus not try to block ChromeDriver every time?

Thanks!

terry3041 commented 1 year ago

Try to exclude the path of chromedriver in your AV?