- 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)
Count LLM tokens for deep compose
Update presentation of cost in the console
Update readme
Set a prompthelper at 500 tokens output up from the default 256 I believe. ~4 characters per token so the discord limit is around 500 tokens.
Now, the SQLITE db path for the user API keys can be configured through the USER_KEY_DB_PATH env variable
Signed-off-by: Alessandro Bellia <casildaserrano@yahoo.it>