Skip to content

Discord bot that integrates ChatGPT into your server

License

Notifications You must be signed in to change notification settings

1ilit/ChatGPT-In-Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-GPT Discord Bot

A discord bot that uses discord.py and the OpenAI API to integrate Chat-GPT into your server.

Usage

  • !help
  • !chat [Your message]
  • React to the "Response is too long" warning to recieve the answer in a file or as slides

Set up

Step 1: Install dependencies

pip install -r requirements.txt

Step 2: Set up environment valiables (the bot token and openai key) in .env

TOKEN = "[Your token]"
OPENAI_KEY = "[Your Key]"

Step 3: Run

py src/main.py

Demo

demo

Releases

No releases published

Packages

No packages published

Languages