A discord bot for creating multi-user conversations with OpenAI models (namely GPT-4)
git clone git@github.com:osuAkatsuki/ai-discord-bot.git
cd ai-discord-bot/
cp .env.example .env
nano .env # edit your settings
make build
# run the program
make run
there are many additional make commands, they can be found in the Makefile.