summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-04chore: change docker image namesHEADmainMatthieu Pignolet
Signed-off-by: Matthieu Pignolet <m@mpgn.dev>
2025-04-30chore: add preprocessing classes to torch `safe_globals` listMatthieu Pignolet
this is requires in newer torch versions for tokenization of inputs/outputs to happen. Signed-off-by: Matthieu Pignolet <m@mpgn.dev>
2025-04-30fix: ignore message-updates event when the given message wasn't edited by a userMatthieu Pignolet
This fixes an issue where sending non-cached discord links would trigger a message update event from discord's side and thus trigger gru's reponse twice when handlng events. For example such issue could occur when sending a message using the `@everyone` mention together with a link. Before this commit, Gru would be triggered once with the message-create event, and a second time with the message-update from discord when adding the link embed information. This commit fixes this issue by ignoring the message from the message-update event if the message in question doesn't have the edited-at property be a non-null value. Signed-off-by: Matthieu Pignolet <m@mpgn.dev>
2025-04-19Revert "feat: double the couner reply probability"Matthieu Pignolet
This reverts commit f2651f8b0713cb6165b9a1b3f52d062168428105.
2025-04-19chore: remove deprecation warning in readmeMatthieu Pignolet
2025-04-09feat: double the couner reply probabilityMatthieu Pignolet
2025-01-30secure the api calling for the phonemizer serviceMatthieu Pignolet
2025-01-30fix wrong sanitizationMatthieu Pignolet
2025-01-29use gpu in deep phonemizerMatthieu Pignolet
2025-01-29cleanup codeMatthieu Pignolet
2025-01-29proper utf8 support for input words & better "cutting" using scyllabus cutsMatthieu Pignolet
2025-01-21remove the fuzzy logic to replace with a proper logic based on syllabesMatthieu Pignolet
2024-11-14remove test fileMatthieu Pignolet
2024-11-14Patch testMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-14remove the nova-related instructions for running Gru (previously AutoFeur)Matthieu Pignolet
2024-11-13Update README.mdMatthieu Pignolet
2024-11-13Merge pull request #15 from maxchrr/mainMatthieu Pignolet
Hotfix: disable shoudReply in ignored channels
2024-11-09Fix typoMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-09hotfix: disable shouldReply on ignored channelsMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-06Update inference.rsMatthieu Pignolet
2024-11-06Update index.mjsMatthieu Pignolet
2024-11-06Update inference.rsMatthieu Pignolet
2024-11-05Merge pull request #14 from maxchrr/mainMatthieu Pignolet
FFE
2024-11-05Last edge caseMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-05Get single wordMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-05FFEMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-05Update timestampMatthieu Pignolet
2024-11-05Update index.mjsMatthieu Pignolet
2024-11-05Update package.jsonMatthieu Pignolet
2024-11-05Add await for the last callMatthieu Pignolet
2024-11-05Merge pull request #13 from maxchrr/mainMatthieu Pignolet
New message reply algorithm based on time duration or random counter
2024-11-05Fix last symbol defMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-05Symbol now act as constantMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-05Use Symbol object for context instead of relative numberMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-05Add event contextMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-04New message reply algorithm based on time duration or random counterMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2024-11-01Merge pull request #12 from maxchrr/mainMatthieu Pignolet
increase autocomplete counter
2024-11-01increase autocomplete counterMax Charrier
2024-10-07Merge pull request #11 from MatthieuProjects/revert-10-MatthieuCoder-patch-1Matthieu Pignolet
Revert "A new action for the as guy"
2024-10-07Revert "A new action for the as guy"Matthieu Pignolet
2024-10-07Merge pull request #10 from MatthieuProjects/MatthieuCoder-patch-1Matthieu Pignolet
A new action for the as guy
2024-10-07A new action for the as guyMatthieu Pignolet
2024-09-18Update index.mjsMatthieu Pignolet
2024-09-18Merge pull request #8 from MatthieuProjects/revert-7-mainMatthieu Pignolet
Revert "do not send the gif if it is the user-displayed name"
2024-09-18Revert "do not send the gif if it is the user-displayed name"Matthieu Pignolet
2024-09-18Merge pull request #7 from maxchrr/mainMatthieu Pignolet
do not send the gif if it is the user-displayed name
2024-09-18do not send the gif if it is the user-displayed nameMax Charrier
2024-08-23Update index.mjsMatthieu Pignolet
2024-08-22Merge pull request #5 from GabeeTheFinch/patch-1Matthieu Pignolet
Update index.mjs
2024-08-22Update index.mjsGabee