gpt 3.5 chat bot
1.0.0
This is a simple Discord chat bot built using discord.js and the gpt-3.5-turbo model from Open AI. This is the same model used for the popular chatbot Chat GPT.
A full video tutorial for this chat bot can be found here
git clone https://github.com/notunderctrl/gpt-3.5-chat-bot.git .npm installyarnCreate a new file called .env and copy the format from .env.example (or you can just rename .env.example)
Update .env with your own credentials.
Start your bot
npm run startyarn start