askrella / whatsapp-chatgpt
- воскресенье, 19 февраля 2023 г. в 00:13:43
ChatGPT + DALL-E + Whatsapp = AI Assistant 🚀
Whatsapp bot that uses OpenAI's GPT & DALLE to respond to user inputs.
OPENAI_API_KEY=put_your_key_here
PREFIX_ENABLED=false
npm install
OPENAI_API_KEY
)
npm run start
docker build . -t [image-name]
To use the bot, simply send a message with the !gpt
/!dalle
command followed by your prompt. For example:
GPT:
!gpt What is the meaning of life?
DALLE:
!dalle A frog with a red hat is walking on a bridge.
The bot only responds to messages that are received by you, not sent by you.
You can disable the !gpt
prefix by setting PREFIX_ENABLED
to false
in the .env file.
If you disable the prefix, the bot will not support DALLE and only GPT will be used.
The operations performed by this bot are not free. You will be charged by OpenAI for each request you make.