terry3041 / pyChatGPT

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

Fixing waiting event #155

Open mateus-n00b opened 10 months ago

mateus-n00b commented 10 months ago

I've fixed the waiting event. The result-streaming event does not exists anymore. Also, it was required to comment this code from undetected_chromedriver ini.py: line 46

if not kwargs.get("executable_path"):

    #     kwargs["executable_path"] = "./{}".format(
    #         ChromeDriverManager(*args, **kwargs).executable_path
    #     )