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.
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.
If you want to try the bot, you can join the discord server
You may have to download the video to see it.
npm i package.json
or whatevertoken_blank.json
and rename it to token.json
pip install -r requirements.txt
to get stuff for AI voicing.node index.js