Add missing ffmpeg to docker image
Change compose to use the .env file
Remove old docker workflow
Set arm64 to only be added to release docker images
Push to main and pr's make amd64 docker images only
Update INSTALLATION.md
Add more variables to sample.env
Update requirements.txt to include whisper as a pypi package
Update pyproject.toml with optional dependencies as [full]
Make two docker images, base(865MB) and full(1.69GB)
Add two requirements files as base and full for dependencies
Base doesn't have image, video and audio indexing capability
Added all optional enviroment variables to docker-compose.yml file for users to configure.
Signed-off-by: system32.eth <23362597+Raecaug@users.noreply.github.com>
- 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)