whatbot
1.0.0
这是 WhatsApp 的基本 GPT 聊天机器人,使用 OpenAI API。它是使用 Node.js 用 JavaScript 编写的。
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> "
提示应以第一人称书写,用于定义您的机器人的个性和自我。 IE:
我的名字是阿尔伯特·爱因斯坦。我是一位理论物理学家,发展了相对论。
您在提示中提供的细节越多,您的回答就会越好。
npm run start