LilBot is an AI discord bot which uses open AI to answer your queries in discord channel. It uses "text-davinci-003" model of GPT-3 from Open AI.
More about it here: https://beta.openai.com/docs/models/gpt-3
-Create a discord bot on Discord developer portal and add it to your channel https://discord.com/developers/applications
-Clone this into your system
-Create an .env file and save your DISCORD_TOKEN, OPENAI_API, and OPENAI_ORG there which you can get from Open AI's website. https://openai.com/api/
-Make sure to keep your .env file in the same directory/folder where you keep these cloned files.
-run index.js and have fun!