Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 372 Bytes

ai-discord-bot

A discord bot for creating multi-user conversations with OpenAI models (namely GPT-4)

installation

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.