ChatGPT for Andromeda - WhatsApp is a implementation of the ChatGPT API by OpenAI in the Andromeda Project. Now you can chat with your bot using the ChatGPT in the WhatsApp platform.
- ✅ ChatGPT using the ChatGPT API
- Download the module from the releases or clone the repository
git clone https://github.com/DiegoDG-01/ChatGPT_For_Andromeda-Whatsapp
-
Have the Andromeda Project installed and the version is v0.3.0 or later
-
Have the Whisper For the Andromeda Project
-
Install the requirements of the module
pip install openai==0.27.4
-
Copy the file
ChatGPT.py
of the folderChatGPT_for_Andromeda/SRC/Functions
to the folderSRC/Functions
of the Andromeda Project -
Set your OpenAI API Key in the file
ChatGPT.py
on the line 20openai.api_key = "SET YOUR API KEY HERE"
if you don't have an API Key, you can get one here -
Copy the file
ChatGPT.json
of the folderChatGPT_for_Andromeda/SRC/Data/Modules/Codes
to the folderSRC/Data/Modules/Codes
of the Andromeda Project -
Copy the file
ChatGPT.json
of the folderChatGPT_for_Andromeda/SRC/Data/Modules/Messages
to the folderSRC/Data/Modules/Messages
of the Andromeda Project -
Run the Andromeda Project