navopw / whatsapp-chatgpt
- пятница, 17 февраля 2023 г. в 00:13:41
Whatsapp + ChatGPT = ❤️
This project is a whatsapp bot that uses OpenAI's ChatGPT to respond to user inputs. To use ChatGPT, simply type !gpt
followed by your prompt, and the bot will generate a response.
You can also disable the !gpt
Prefix and send all messages to ChatGPT instantly.
EMAIL=your_email
PASSWORD=your_password
PREFIX_ENABLED=true
npm install
EMAIL
, PASSWORD
)npm run start
To use the bot, simply send a message with !gpt
command followed by your prompt. For example:
!gpt What is the meaning of life?
The bot only responds to messages that are received by you, not sent.