platelminto / chatgpt-conversation

Have a conversation with ChatGPT using your voice, and have it talk back.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I install it on mac

AYMAAN69 opened this issue · comments

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 ?

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