Rene Teigen
e5eeb035c1
Implemented slash command grouping and more ways to configure who can use what.
...
Refactored /g into /chat and /gpt-chat into /converse
Both have the grouping "gpt" so the full is /gpt chat, and /gpt converse
Added pycord-multicog to the project for easier slash grouping across cogs
Made the role check case insensitive and added some comments to the sample.env
Removed the rest of the discord.ext imports, it's not really used, ymmv
Removed another admin check i had missed in local-size
2 years ago
Kaveen Kumarasinghe
583b766264
make conversations more personable
2 years ago
github-actions
72c5760479
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
6eef1ad071
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
bfdd8fc29f
black test
2 years ago
Kaveen Kumarasinghe
8af361f93f
make black force push?
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Kaveen Kumarasinghe
d9a7964f57
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
993913d13f
bump version
2 years ago
github-actions
17b71059b5
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
37f2c8c1b4
Make image operations completely async, fix the optimized text length, set best_of=2
2 years ago
github-actions
21a304a873
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
f68f669ef7
Don't change the conversation prompt's human name to the user's name if it contains invalid characters
2 years ago
Kaveen Kumarasinghe
53fd818a0a
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
4f9006b565
bump version
2 years ago
github-actions
5a791889f0
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
ca8e6b0d66
Merge pull request #44 from rolanddeboer/main
...
Replace 'Human:' in prompt with actual username
2 years ago
github-actions
d0be447ee9
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
300a4306ad
Merge pull request #46 from Kav-K/private-thread
...
Private threads, opener, minimal context option, credit to @Hikari-Haru
2 years ago
Kaveen Kumarasinghe
e57dc49834
update README
2 years ago
Kaveen Kumarasinghe
cf65baf078
remove prints
2 years ago
Kaveen Kumarasinghe
5eb792cb7e
Fix initial convo-end not working
2 years ago
Roland de Boer
4ecf29935e
Merge branch 'Kav-K:main' into main
2 years ago
Roland de Boer
7ba231473a
Replace Human: in prompt with actual username
2 years ago
Kaveen Kumarasinghe
6732c136b2
Merge pull request #35 from Hikari-Haru/main
...
Add gitignore and change role checks
2 years ago
Rene Teigen
e35f320a5e
Add private threads, minified starter and added option for opening
2 years ago
Kaveen Kumarasinghe
00cdd54542
Possibly fix find /src command?
2 years ago
Kaveen Kumarasinghe
099929ad72
Merge pull request #40 from cooperlees/fix_docker
...
Fix COPY of cogs + models source code into build Docker container
2 years ago
Rene Teigen
e31df356a9
Changed send_followup to respond
2 years ago
Cooper Ry Lees
1b036ef902
Fix copy of cogs + models source code
...
- We were not putting the modules in a dir so it was not being included in the install
- Fix the COPY directives
- Add a `find` run to show the src layout so someone building / looking at logs can inspect easy
Ran and got a new error which I will open an issue for using your recent additons ...
2 years ago
github-actions
eb407907d0
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
cf27b0f0f0
Activity presence
2 years ago
Kaveen Kumarasinghe
7679f56dae
bump version
2 years ago
Kaveen Kumarasinghe
3b1f8424f3
Remove GPTie: pre-prompt for /g, show the prompt after /g is run
2 years ago
Kaveen Kumarasinghe
d0487926da
Merge pull request #37 from rolanddeboer/main
...
Did some formatting on the readme file and added missing lines in .env example
2 years ago
github-actions
a4436f235f
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
5561ff3b57
Allow for /g to be used while in a conversation independently by the same user without conflicts
2 years ago
Hikari Haru
39c193adfa
Update gpt_3_commands_and_converser.py
...
Remove settings option
2 years ago
Roland de Boer
a0089d6613
update Readme.md
2 years ago
Roland de Boer
3b7a454f02
update Readme.md
2 years ago
Roland de Boer
ecd362c5ec
update Readme.md
2 years ago
Roland de Boer
c8de0dceba
update Readme.md
2 years ago
Rene Teigen
3ddb1056c3
Change way that roles are checked and some formatting
2 years ago
Rene Teigen
736945b5e7
Add gitignore
2 years ago
Kaveen Kumarasinghe
e058faab18
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
acd4d659fc
bump version
2 years ago
Kaveen Kumarasinghe
b058a7912d
Fix deploy pipeline
2 years ago
github-actions
0a60d7e2b0
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
39e8a61dc7
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
60bda11c25
Add clearer message for when a rate limit might've occured, clear awaiting_responses
2 years ago
Kaveen Kumarasinghe
2149b07aa7
Merge pull request #32 from cooperlees/pypi_upload
...
Add PyPI Uploading
2 years ago