Mvb1122 / gpt3-Bot

A discord bot which allows access to ChatGPT and other misc. AIso probably don't edit stuff...
1 stars 0 forks source link

DevSkim CodeQL

gpt3-Bot

A discord bot that allows access to ChatGPT and other misc AIs. Also, if you do find an issue, please open a pull request, I guess.

AI:

I've bridged together ChatGPT and Stable Diffusion via GPT functions, I guess. The bot is currently running the Stable Diffusion model "AnythingV4.5" because that's what I had acess to on my computer. There's also a text-to-speech and voice cloning interaction with Microsoft's SpeechT5 that can be fun to toy with, but produces mediocre results overall. I also added call transcription via OpenAI's Whisper Large V3 model.

Try it!:

If you want to try the bot, you can join the discord server

Example videos:

You may have to download the video to see it.

Setup:

  1. Copy the Repo.
  2. npm i package.json or whatever
  3. Fill up token_blank.json and rename it to token.json
  4. Run pip install -r requirements.txt to get stuff for AI voicing.
  5. Install Pytorch. If you've gotten this far, I'm sure you can figure out how to do that via Google. (Good luck!)
  6. Run start.bat or node index.js