github-actions
b06e038a4e
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
0adb5c0e38
fix welcome message
2 years ago
Kaveen Kumarasinghe
28d04d5753
update settings with new param
2 years ago
Kaveen Kumarasinghe
dcb90f57fa
typo
2 years ago
github-actions
42d733de61
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
53235e4e1d
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
7d116d2ef3
fix typos
2 years ago
github-actions
316dcbb023
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
db1191144d
fix minor typo
2 years ago
Kaveen Kumarasinghe
d92f8761b3
Merge pull request #43 from KarlKennerley/KarlKennerley-GPT3Discord-Issue#34
...
Karl Kennerley GPT3 Discord Issue#34
2 years ago
Karl
e9e05facd1
Added .env welcome_message info
...
Added information on the WELCOME_MESSAGE .env variable.
2 years ago
Karl
f13bd6ea3f
Merge branch 'Kav-K:main' into KarlKennerley-GPT3Discord-Issue#34
2 years ago
Karl
a5f5b0d35d
Updated on_member_join function
2 years ago
Justin McPherson
566c0ae278
fix error
2 years ago
Justin McPherson
ddbe356e2a
Changes to environment loading.
...
- Move Some environment loading code to EnvService.
- Attempt loading of env file from multiple locations & names
- Provide a path fetching + fallback function for reading
paths from environment vars.
- For Docker;
- Create /opt/gpt3discord/{etc,bin,shared}
- Copy .txt shared data into shared
- Copy main .py into bin
2 years ago
Rene Teigen
84798e6cb7
Forgot imgoptimize to optimize in help
2 years ago
Rene Teigen
46039b5a43
Change chat to ask, and change imgoptimize to optimize
2 years ago
Rene Teigen
4657d9d814
Merge branch 'main' into slashgroups-refactor
2 years ago
github-actions
fd01dede70
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
61ee99ef35
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
7327982f3c
Error on draw failure
2 years ago
Kaveen Kumarasinghe
4e325221b4
Update README.md
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Kaveen Kumarasinghe
8718b776a7
Update README.md
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Kaveen Kumarasinghe
9690f8b875
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
f5a1049542
fix .env loading for executable, reduce dependencies, adjust README
2 years ago
github-actions
9b34ac71ff
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
e4ad630367
possible fix for .env file loading
2 years ago
github-actions
7401728fbe
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
44070100fc
Merge pull request #49 from Hikari-Haru/Fix-view-message-edits
...
Fix view message edits
2 years ago
Rene Teigen
6c56bfc729
Fix behavior in conversation
2 years ago
Rene Teigen
e062cc2597
Fix view message edits
2 years ago
Karl
3a663c244f
Updated get_welcome_message function
...
Updated the get_welcome_message function to fall back on a string saved in a .env file and then to fall back on a simple default string.
2 years ago
Karl
f30c9f07e3
Changed welcome message to query GPT3 for new msg
...
Welcome messages are now generated by GPT3 or default to one stored in env variable if GPT3 in unavailable.
2 years ago
Karl
357422414a
Added getter and setter for welcome msg setting.
...
Added getter and setter functions to allow for enabling and disabling of welcoming messages.
2 years ago
Rene Teigen
b48c68e868
A little cleanup and changed the "admin" slash group to "system"
...
So that it's hidden further down on the list
2 years ago
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
b7fd8eac6c
Update README.md
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Kaveen Kumarasinghe
9027d3fbb1
Update FUNDING.yml
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
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