Kaveen Kumarasinghe
b034309ec0
Update commands.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
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
github-actions
358f8b6e04
Format Python code with psf/black push
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
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
github-actions
fee6062df2
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
a864dea936
Enable /search followups
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
1088a03974
Github repo reader, deep search
2 years ago
Kaveen Kumarasinghe
463fa15d4f
update help command
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
Kaveen Kumarasinghe
6040d16600
Redo functionality for /search
2 years ago
Kaveen Kumarasinghe
c29a8e1448
make search results more clear
2 years ago
github-actions
63b5f17224
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
6983f81303
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
2c82b226a3
Add custom IDs for buttons
2 years ago
github-actions
f6f0410f9d
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
b9e4eae8d3
Show progress for search, fix index loading for PDFs from URls
2 years ago
Rene Teigen
e37f4024c8
Fix bug with searching pdfs and reduced max scope and nodes
2 years ago
github-actions
42822e89e3
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
01fb514a9b
Pagination for gpt responses, max tokens 4096
2 years ago
github-actions
b4400c5485
Format Python code with psf/black push
2 years ago
Rene Teigen
a6395aeb19
Add sources to a search based on which nodes it has fetched
2 years ago
github-actions
f02bf87e6e
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
b4b654828c
Full usage metrics reporting, nodes param for search, default 2 for search
2 years ago
github-actions
0c862901f0
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
434cbdfc6d
bump version, bugfixes
2 years ago
Kaveen Kumarasinghe
8e94277f2b
bugfixes
2 years ago
github-actions
55fddbc37b
Format Python code with psf/black push
2 years ago
Hikari Haru
d780235d8d
Merge pull request #142 from Hikari-Haru/index-fixes
...
Various gpt-index fixes
2 years ago
Rene Teigen
3952842856
Add setting top_k amount to the query command
...
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.
2 years ago