Kaveen Kumarasinghe
6a96ad7a4d
update readme
2 years ago
Kaveen Kumarasinghe
720fad0ee7
permanent memory with pinecone ready for alpha
2 years ago
Kaveen Kumarasinghe
a8b209c212
draft
2 years ago
Kaveen Kumarasinghe
fe54b250f6
fix img prompt optimizer redo bug
2 years ago
Kaveen Kumarasinghe
fa03050c12
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
aea8ebfddb
bump version
2 years ago
github-actions
ab553a0dba
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
189975a3f9
fix bug with message edits
2 years ago
Kaveen Kumarasinghe
55f18fe93f
update README
2 years ago
Kaveen Kumarasinghe
b7b19e820d
bump version
2 years ago
Kaveen Kumarasinghe
7e72e9c71b
fix awaiting response already removed
2 years ago
Kaveen Kumarasinghe
e18b913b60
bump version
2 years ago
Kaveen Kumarasinghe
e5ac016f36
update readme
2 years ago
github-actions
f4f53cf3cf
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
f9720be6d8
Merge pull request #64 from Hikari-Haru/rekey-conversation
...
Changed conversations to be keyed by thread allowing multi user conversations
2 years ago
Kaveen Kumarasinghe
79c44fb0a0
Merge branch 'main' into rekey-conversation
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
Rene Teigen
d3d15e767f
Block further responses until current is finished in threads
...
Fixed user not being correctly removed from awaiting responses on api error
Changed history username to server nickname
2 years ago
github-actions
903c91497d
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
9896051a7b
fine tune moderations a bit, fix Redo
2 years ago
Rene Teigen
566484febf
Fix conversation limit not being able to close thread
2 years ago
Rene Teigen
55f0db7f8b
Changed more name handling
2 years ago
Rene Teigen
36a9480506
Changed the ways names are added to the history
...
Changed the starters to pay more attention to the names of the chatters
2 years ago
Rene Teigen
c0e0d8ba8b
Changed conversations to be keyed by thread
...
The one starting it is the thread owner
Can only own one thread but can converse in multiple
Added a check dmchannel for the message edit moderation
Gave an error when opening a conversation then ending it
2 years ago
Kaveen Kumarasinghe
602742eb59
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
github-actions
7fb849de88
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
7c7956d131
bump version
2 years ago
Kaveen Kumarasinghe
369c836a72
AI Moderation!
2 years ago
Kaveen Kumarasinghe
c338d2aea3
add more custom openers, update readme
2 years ago
github-actions
db7c400ca4
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
3775432aae
Merge pull request #58 from Hikari-Haru/autocomplete
...
Autocomplete and changed the way opener files are loaded to use a folder instead
2 years ago
Rene Teigen
92f902cb15
return message if no opener folder
2 years ago
Rene Teigen
ae64bc9fa2
Fixed opener_file not being able to be used alone
2 years ago
Kaveen Kumarasinghe
09902525b7
update readme badges
2 years ago
Kaveen Kumarasinghe
2c3e970abc
fix pypi badge
2 years ago
Kaveen Kumarasinghe
aa1a82b553
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
2 years ago
Kaveen Kumarasinghe
79efb5fa38
bump version, update pypi version tag
2 years ago
github-actions
20bd3a970c
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
04d1a06a9e
Merge pull request #60 from Hikari-Haru/bigger-images
...
Changed the image resizing to go by the guild filesize limit
2 years ago
github-actions
4a39685e45
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
b31bfbe26d
Merge pull request #55 from Hikari-Haru/ask-parameters
...
Added passthrough of gpt3 parameters to /ask
2 years ago
Rene Teigen
e0150c526d
Fix ctx passthrough with draw button
2 years ago
Rene Teigen
0835d849fc
Add fallback if guild is None
2 years ago
github-actions
2c21d5da1c
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
a82acbec11
Merge pull request #61 from Kav-K/gpt-end
...
Gpt end
2 years ago
Kaveen Kumarasinghe
962cb3429c
add some convo safety checks
2 years ago
Rene Teigen
68a20dcc50
Changed the image resizing to go by the guild filesize limit
...
Since boosted servers have higher limits, even for bots
2 years ago
Rene Teigen
11ae8de8e0
Add a response if you're not in a conversation
2 years ago
Rene Teigen
db9dd047a9
Changed how the message type is checked end_conversation
2 years ago
Rene Teigen
f93e9c1bbf
Implement /gpt end
2 years ago
Rene Teigen
f8d3dd0ffd
Added os specific separator like in gpt3discord.py
2 years ago