Timmy is a discord bot that uses OpenAI's GPT-4o-mini model to generate responses to user messages.
- You will need to create a
.envfollowing the.env.examplefile. - You will need to create a discord bot and get the token.
- You will need to create an OpenAI account and get the API key.
- You will need to create a discord server and add the bot to it.
- You will need to install docker and docker-compose.
git clone https://github.com/cassiofb-dev/timmy
docker compose up -dMIT