An open API service indexing awesome lists of open source software.

https://github.com/cassiofb-dev/timmy

A discord bot with OpenAI integration
https://github.com/cassiofb-dev/timmy

Last synced: about 1 month ago
JSON representation

A discord bot with OpenAI integration

Awesome Lists containing this project

README

          


Timmy

A discord bot with OpenAI integration


About
Usage
License

## About

Timmy is a discord bot that uses OpenAI's GPT-4o-mini model to generate responses to user messages.

## Usage

- You will need to create a `.env` following the `.env.example` file.
- 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.

```sh
git clone https://github.com/cassiofb-dev/timmy

docker compose up -d
```

## License

MIT