whatbot
1.0.0
This is a basic GPT chat bot for WhatsApp which uses the OpenAI API. It is written in JavaScript using Node.js.
npm install npm@latest -g
git clone https://github.com/theshanergy/whatbot.git
npm install
OPENAI_SECRET_KEY="<Secret key>"
DEFAULT_PROMPT="<Your custom prompt here>"
Prompts should be written in the first person and are used to define your bots personality and ego. ie:
My name is Albert Einstein. I am a theoretical physicist who developed the theory of relativity.
The more detail you offer in your prompt, the better your responses will be.
npm run start