Coder Social home page Coder Social logo

stormgamingofficialyt / chatgpt-discord-chat-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from githmin/chatgpt-discord-chat-bot

0.0 0.0 0.0 2.69 MB

Discord chat bot that uses OpenAI's GPT-3.5 model to generate responses to user messages

JavaScript 100.00%

chatgpt-discord-chat-bot's Introduction

OpenAI (ChatGPT) Discord Chat Bot

This repo is a Discord chat bot that uses OpenAI's GPT-3.5-turbo model to generate responses to user messages. The bot is triggered when a message starts with the "!" character and responds with a message generated by the OpenAI API.

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/githmin/gpt-3.5-discord-chat-bot.git

  2. Install the required dependencies by running the following command

    npm install

  3. Create a .env file in the root of the project and set the following environment variables

    Discord_Token=<YOUR_DISCORD_TOKEN>

    OpenAI_API=<YOUR_OPENAI_API_KEY>

    Note: Replace the placeholders with your actual values.
    
  4. Start the bot by running the following command:

    node index.js

Dependencies

The bot uses the following dependencies:

  • dotenv - To load environment variables from the .env file.
  • discord.js - To interact with the Discord API.
  • openai - To access the OpenAI GPT-3.5-turbo model API.

Usage

The bot listens to messages in a specific Discord channel identified by Channel_ID environment variable. It generates a response to any message that starts with the "!" character. The bot generates the response using the OpenAI GPT-3.5-turbo model and sends it as a reply to the user who sent the message. The bot has access to last 20 messages to build a context.

Credits

ChatGPT and Discord.JS

#Made with ๐Ÿค by Githmin Jayawardhana

chatgpt-discord-chat-bot's People

Contributors

githmin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.