iamseyedalipro / ChatGPTAutomation

automate chatgpt using selenium without api
MIT License
30 stars 1 forks source link

NameError: name 'ChromeDriverManagerException' is not defined #1

Closed ishandutta2007 closed 4 months ago

ishandutta2007 commented 6 months ago

I am trying to do as specified in docs. This is the only code I have

First did this:

pip install ChatGPTAutomation

then in python:

from chatgpt_automation.chatgpt_automation import ChatGPTAutomation
chat_bot = ChatGPTAutomation()
chat_bot.send_prompt_to_chatgpt("Hello, ChatGPT!")

My python version is 3.8.0

iamseyedalipro commented 4 months ago

Sorry for the long delay in replying, it seems like there was a problem with libary and I didn't know it was fixed.