platelminto / chatgpt-conversation

Have a conversation with ChatGPT using your voice, and have it talk back.
MIT License
663 stars 73 forks source link

How do I install it on mac #7

Open AYMAAN69 opened 1 year ago

AYMAAN69 commented 1 year ago

how do i install it on mac . whats the instruction . i try to follow the instructions but when running the py file i get an error Traceback (most recent call last): File "/Users/aymaan/chatgpt-conversation/chatgpt.py", line 1, in from revChatGPT.revChatGPT import Chatbot ModuleNotFoundError: No module named 'revChatGPT.revChatGPT'

i try to install this module but i cant find it . any fix ?

marcoasb96 commented 1 year ago

Change from revChatGPT.revChatGPT import Chatbot to from revChatGPT.ChatGPT import Chatbot