| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-04 | chore: change docker image namesHEADmain | Matthieu Pignolet | |
| Signed-off-by: Matthieu Pignolet <m@mpgn.dev> | |||
| 2025-04-30 | chore: add preprocessing classes to torch `safe_globals` list | Matthieu 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-30 | fix: ignore message-updates event when the given message wasn't edited by a user | Matthieu 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-19 | Revert "feat: double the couner reply probability" | Matthieu Pignolet | |
| This reverts commit f2651f8b0713cb6165b9a1b3f52d062168428105. | |||
| 2025-04-19 | chore: remove deprecation warning in readme | Matthieu Pignolet | |
| 2025-04-09 | feat: double the couner reply probability | Matthieu Pignolet | |
| 2025-01-30 | secure the api calling for the phonemizer service | Matthieu Pignolet | |
| 2025-01-30 | fix wrong sanitization | Matthieu Pignolet | |
| 2025-01-29 | use gpu in deep phonemizer | Matthieu Pignolet | |
| 2025-01-29 | cleanup code | Matthieu Pignolet | |
| 2025-01-29 | proper utf8 support for input words & better "cutting" using scyllabus cuts | Matthieu Pignolet | |
| 2025-01-21 | remove the fuzzy logic to replace with a proper logic based on syllabes | Matthieu Pignolet | |
| 2024-11-14 | remove test file | Matthieu Pignolet | |
| 2024-11-14 | Patch test | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-14 | remove the nova-related instructions for running Gru (previously AutoFeur) | Matthieu Pignolet | |
| 2024-11-13 | Update README.md | Matthieu Pignolet | |
| 2024-11-13 | Merge pull request #15 from maxchrr/main | Matthieu Pignolet | |
| Hotfix: disable shoudReply in ignored channels | |||
| 2024-11-09 | Fix typo | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-09 | hotfix: disable shouldReply on ignored channels | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-06 | Update inference.rs | Matthieu Pignolet | |
| 2024-11-06 | Update index.mjs | Matthieu Pignolet | |
| 2024-11-06 | Update inference.rs | Matthieu Pignolet | |
| 2024-11-05 | Merge pull request #14 from maxchrr/main | Matthieu Pignolet | |
| FFE | |||
| 2024-11-05 | Last edge case | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-05 | Get single word | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-05 | FFE | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-05 | Update timestamp | Matthieu Pignolet | |
| 2024-11-05 | Update index.mjs | Matthieu Pignolet | |
| 2024-11-05 | Update package.json | Matthieu Pignolet | |
| 2024-11-05 | Add await for the last call | Matthieu Pignolet | |
| 2024-11-05 | Merge pull request #13 from maxchrr/main | Matthieu Pignolet | |
| New message reply algorithm based on time duration or random counter | |||
| 2024-11-05 | Fix last symbol def | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-05 | Symbol now act as constant | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-05 | Use Symbol object for context instead of relative number | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-05 | Add event context | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-04 | New message reply algorithm based on time duration or random counter | Max Charrier | |
| Signed-off-by: Max Charrier <max@puffer.fish> | |||
| 2024-11-01 | Merge pull request #12 from maxchrr/main | Matthieu Pignolet | |
| increase autocomplete counter | |||
| 2024-11-01 | increase autocomplete counter | Max Charrier | |
| 2024-10-07 | Merge pull request #11 from MatthieuProjects/revert-10-MatthieuCoder-patch-1 | Matthieu Pignolet | |
| Revert "A new action for the as guy" | |||
| 2024-10-07 | Revert "A new action for the as guy" | Matthieu Pignolet | |
| 2024-10-07 | Merge pull request #10 from MatthieuProjects/MatthieuCoder-patch-1 | Matthieu Pignolet | |
| A new action for the as guy | |||
| 2024-10-07 | A new action for the as guy | Matthieu Pignolet | |
| 2024-09-18 | Update index.mjs | Matthieu Pignolet | |
| 2024-09-18 | Merge pull request #8 from MatthieuProjects/revert-7-main | Matthieu Pignolet | |
| Revert "do not send the gif if it is the user-displayed name" | |||
| 2024-09-18 | Revert "do not send the gif if it is the user-displayed name" | Matthieu Pignolet | |
| 2024-09-18 | Merge pull request #7 from maxchrr/main | Matthieu Pignolet | |
| do not send the gif if it is the user-displayed name | |||
| 2024-09-18 | do not send the gif if it is the user-displayed name | Max Charrier | |
| 2024-08-23 | Update index.mjs | Matthieu Pignolet | |
| 2024-08-22 | Merge pull request #5 from GabeeTheFinch/patch-1 | Matthieu Pignolet | |
| Update index.mjs | |||
| 2024-08-22 | Update index.mjs | Gabee | |
