Rene Teigen
f5bef32166
Remove extra envs from dockerfile
...
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
2 years ago
Kaveen Kumarasinghe
b034309ec0
Update commands.py
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Kaveen Kumarasinghe
9a5c2c2e4b
Update gpt3discord.py
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Kaveen Kumarasinghe
08f38afa5f
Update commands.py
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
github-actions
ffcd011c31
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
b7b7a5f5c3
Update search_model.py
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Kaveen Kumarasinghe
fccda65f43
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
2ca54f2d3c
bump gpt-index
2 years ago
Hikari Haru
3a77459a79
Merge branch 'Kav-K:main' into main
2 years ago
Rene Teigen
1993aef6f2
Update INSTALLATION.md to fix some mistakes
2 years ago
Kaveen Kumarasinghe
9af68e2a51
Update INSTALLATION.md
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
github-actions
0e87666617
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
06d6db0655
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
3f983913ba
Pre-moderations, language detection
2 years ago
Rene Teigen
7d73660361
Add to docker instructions
2 years ago
Hikari Haru
160c98baa9
Fix formatting in installation guide
...
Signed-off-by: Hikari Haru <rene9917@gmail.com>
2 years ago
github-actions
358f8b6e04
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
abcf1228b6
Merge pull request #160 from Hikari-Haru/conversation-fixes
...
Fix some conversation logic regressions
2 years ago
Rene Teigen
fc70fd5734
Fix conversation limit thread closing logic for other users
...
Return early on conversation processing if the conversation limit is reached
2 years ago
Kaveen Kumarasinghe
b48306be44
Merge pull request #159 from Raecaug/docker-setup-fixes
...
Adding enviroment variables & documentation fixes.
2 years ago
system32.eth
d07e5fafa3
Update INSTALLATION.md
...
Fixed typos, tweaked formatting, made all terminal commands 1-click copy.
Signed-off-by: system32.eth <23362597+Raecaug@users.noreply.github.com>
2 years ago
system32.eth
509f4210e0
Expose env variables in docker-compose.yml
...
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>
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