Kaveen Kumarasinghe
3f983913ba
Pre-moderations, language detection
2 years ago
Kaveen Kumarasinghe
449bb29f19
Merge pull request #136 from Kav-K/dependabot/pip/protobuf-3.20.2
...
Bump protobuf from 3.20.0 to 3.20.2
2 years ago
github-actions
f81f3f864a
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
fed1034665
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
36cf407231
bugfix
2 years ago
github-actions
232af8759c
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
15273b6365
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
d585846717
Allow multiple conversation threads per user
2 years ago
github-actions
0f2d6de54e
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
d923e02700
Make search indexes saved and usable later with /index
2 years ago
Kaveen Kumarasinghe
3998577341
fix README
2 years ago
Kaveen Kumarasinghe
dc7f32aee5
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
3f47c2b440
update readme
2 years ago
github-actions
fee6062df2
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
b90d50ab07
refactor README
2 years ago
Kaveen Kumarasinghe
a864dea936
Enable /search followups
2 years ago
Kaveen Kumarasinghe
a105534490
update readme
2 years ago
Kaveen Kumarasinghe
b0a252bb1d
Make GPT3E Taggable
2 years ago
Kaveen Kumarasinghe
0a0d5adc52
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
2bb79cac95
update max tokens for prompt optimizer
2 years ago
github-actions
069fbd3924
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
ef6406ab2e
Fix avatar url retrieval for default avatar
2 years ago
Kaveen Kumarasinghe
3390572de6
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
0b76f6fd6f
fix footer text for default avatars
2 years ago
Kaveen Kumarasinghe
c4e7ff512e
fix search redo
2 years ago
github-actions
dc70cc7d41
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
1cfec8d373
slightly improve search refiner
2 years ago
Kaveen Kumarasinghe
d240737ffd
parameterize pinecone region
2 years ago
Kaveen Kumarasinghe
1088a03974
Github repo reader, deep search
2 years ago
Kaveen Kumarasinghe
463fa15d4f
update help command
2 years ago
Kaveen Kumarasinghe
99c3926bf5
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
f8143724c1
trigger deploy
2 years ago
github-actions
779c5dc66b
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
e5d0931ac2
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
467ee5e3da
cite PDFs in /search
2 years ago
github-actions
a92dd6ffc1
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
063df79bff
more custom indexing bugfixes
2 years ago
Kaveen Kumarasinghe
bb30f493ba
update search refiner slightly
2 years ago
Kaveen Kumarasinghe
e802be26f2
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
a6d02c1143
experimentally update max tokens and temperature for search encoder
2 years ago
Kaveen Kumarasinghe
1aafa32068
Merge pull request #151 from connorv001/main
...
Dockerize : Update setup instructions and environment variables
2 years ago
github-actions
5eedc459fa
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
b28795c69d
bug fixes for index compositions
2 years ago
Shubham Verlekar
a2a9ac1756
Update Docker Compose for GPT-3 Discord Bot
...
- 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`
2 years ago
Shubham Verlekar
1c9e588d18
Update Docker image to `ghcr.io/kav-k/gpt3discord:main`
...
- 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`
2 years ago
Shubham Verlekar
6ccfe93801
Merge branch 'main' of github.com:connorv001/GPT3Discord into main
2 years ago
Shubham Verlekar
01570e286c
Update docker image and README for OpenAI API
...
- 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
2 years ago
Kaveen Kumarasinghe
6040d16600
Redo functionality for /search
2 years ago
Kaveen Kumarasinghe
c29a8e1448
make search results more clear
2 years ago
Connor Shubham Verlekar
8e570e67ad
Create build-and-publish-docker.yml
...
Signed-off-by: Connor Shubham Verlekar <63520509+connorv001@users.noreply.github.com>
2 years ago