Skip to content

Anil-matcha/DiscordGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordGPT

Integrate ChatGPT into your own discord bot

Train it on your knowledgebase content and make it answer customer support questions

Getting Started

Code is up now, ⭐ (Star) the repo to receive updates

Follow Anil Chandra Naidu Matcha on twitter for updates

Subscribe to https://www.youtube.com/@AnilChandraNaiduMatcha for more such video tutorials

How to run ? (Things might change based on OS)

  1. Create a virtual environment in python https://docs.python.org/3/library/venv.html

  2. Run "pip install -r requirements.txt"

  3. Set OPENAI_API_KEY environment variable with your openai key

  4. Run "python discord_bot.py"

  5. Change url with any url of your choice to train it on other content

Official bot link

https://discord.com/application-directory/1074419354994741350

Also check

Chat with PDF code

Chat with Website code

Chat with CSV code

Chat with Youtube code