Skip to content

NextGenGk/discord-gpt3-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-gpt3-chatbot

Advanced AI Chatbot for Discord using Chat GPT and NodeJS and Discord.JS

Sample Image for Discord ChatGPT3 ChatBot

image

Requirements

  • Node.js (18 or newer)
  • A recent version of npm
  • An OpenAI Account

Step-by-step Guide (Run Locally)

  1. Clone this repository
  https://github.com/NextGenGk/discord-gpt3-chatbot.git
  1. Install the required packages by running
  npm install
  1. Rename .env-example file to .env file
  2. Put your OpenAI API key & Discord Bot Token into the .env file
    • You can obtain an API key here
    • Discord Developer Portal: here
  3. Run the bot using
  npm run start
  1. Now you're ready to go! People can send you messages, and the bot will respond to them

Releases

No releases published

Packages

No packages published