- Update `docker-compose.yml` to use the latest version of `ghcr.io/kav-k/gpt3discord:main` image
- Add `OPENAI_TOKEN` environment variable to `docker-compose.yml`
[docker-compose.yml]
- Change the `image` line in `docker-compose.yml` from `docker pull ghcr.io/kav-k/gpt3discord:main` to `ghcr.io/kav-k/gpt3discord:main`
- Add an `OPENAI_TOKEN` environment variable to `docker-compose.yml`
- Update Docker image to `ghcr.io/kav-k/gpt3discord:main`
- Update `docker-compose.yml` image name to `kav-k/gpt3discord:main`
[README.md]
- Change the Docker image to `ghcr.io/kav-k/gpt3discord:main`
[docker-compose.yml]
- Change the image name from `Kav-K/GPT3Discord:main` to `kav-k/gpt3discord:main`
- Update docker-compose.yml to use image from ghcr.io repository and add environment variable for OpenAI API Token
- Update README.md instructions to use the ghcr.io repository and remove 3 empty lines at the end of the file
[docker-compose.yml]
- Change the image from `gpt3discord:latest` to `docker pull ghcr.io/Kav-K/GPT3Discord:main`
- Add environment variable for OpenAI API Token
[README.md]
- Change the docker run command to use the ghcr.io repository
- Remove 3 empty lines at the end of the file
- Upgrade pip, setuptools, and wheel
- Install dependencies
- Add environment variables for OpenAI API token, Discord bot token, debug guild and channel, allowed guilds, admin roles, Dalle roles, GPT roles, welcome message, user input API keys, moderation alert channel, and user key DB path
- Set volume mounts for container and shared folder
- Raise the amount of returned recordings from 10 to 100
- Add docker and docker-compose installation instructions
[Dockerfile]
- Add OpenAI token, Discord token, Pinecone token, debug guild, debug channel, allowed guilds, admin roles, dalle roles, GPT roles, welcome message, user input API keys, moderation alert channel, and user key database path environment variables
- Upgrade pip, setuptools, and wheel
- Install dependencies
- Copy minimal files to main image
[docker-compose.yml]
- Add Docker Compose configuration for GPT3Discord
- Set environment variables for OpenAI API token, Discord bot token, debug guild and channel, allowed guilds, admin roles, Dalle roles, GPT roles, welcome message, user input API keys, moderation alert channel, and user key DB path
- Set volume mounts for container and shared folder
[README.md]
- Raise the amount of returned recordings from 10 to 100
- Add docker and docker-compose installation instructions
- Add environment variables to docker-compose.yml
- Add instructions for non-server, non-docker installation (Windows included)