terry3041 / pyChatGPT

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

EdgeDriver Support #67

Open mostuselessboy opened 1 year ago

mostuselessboy commented 1 year ago

What about adding a argument to use either edge or chromdriver that wud be useful

terry3041 commented 1 year ago

Not atm. I have tried the method in https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/806, but encountered error from unknown error: unrecognized Chrome version: Edg/108.0.1462.54.

enic8041 commented 1 year ago

Not atm. I have tried the method in ultrafunkamsterdam/undetected-chromedriver#806, but encountered error from unknown error: unrecognized Chrome version: Edg/108.0.1462.54.

I have the same problem, Does anyone know the solution?