Commit graph

38 commits

Author SHA1 Message Date
90ce504dbb
Refactor OpenAI model settings, enhance trigger keywords, and add reset/undo tests 2026-03-17 19:54:11 +01:00
Copilot
5695722ad2
Add undo functionality for /reset command (#61)
Co-authored-by: TheLovinator1 <4153203+TheLovinator1@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Joakim Hellsén <tlovinator@gmail.com>
2025-12-04 02:03:40 +01:00
68e74ca6a3 Add Ollama API integration and enhance bot functionality
- Updated .env.example to include OLLAMA_API_KEY.
- Added Ollama to dependencies in pyproject.toml.
- Refactored main.py to incorporate Ollama for web search capabilities.
- Removed misc.py as its functionality has been integrated into main.py.
- Enhanced message handling and memory management for improved performance.
2025-09-26 03:19:22 +02:00
e20f940eaf Stuff and things 2025-09-20 22:01:36 +02:00
f0f4e3c9b7 Enhance chat functionality by adding extra context and improving message handling 2025-08-17 03:57:41 +02:00
76c09763ce
Refactor ruff configuration in pyproject.toml 2025-04-14 11:22:13 +02:00
1993e2307a
Remove discord-py source reference from pyproject.toml 2025-04-14 09:31:41 +02:00
renovate[bot]
3e193c09e4
Update discord-py digest to 2685516 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 19:48:26 +00:00
renovate[bot]
c8a43df665
Update discord-py digest to 460d188 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 02:22:01 +00:00
renovate[bot]
e0903eaccf
Update discord-py digest to 973bb50 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 12:39:39 +00:00
renovate[bot]
2de4390bfc
Update discord-py digest to de5720e (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 05:56:01 +00:00
renovate[bot]
5ebb69e508
Update discord-py digest to fbe2b35 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-01 01:37:57 +00:00
renovate[bot]
e027f329c2
Update discord-py digest to 93426da (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 12:53:05 +00:00
renovate[bot]
4db561a790
Update discord-py digest to 0e4f061 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 02:04:56 +00:00
renovate[bot]
56c33f9d8d
Update discord-py digest to 2cf1bab (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 15:43:28 +00:00
renovate[bot]
c8cafe5b69
Update discord-py digest to 43e1c55 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 10:42:36 +00:00
renovate[bot]
92b45f4ff9
Update discord-py digest to fa158a5 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 02:49:42 +00:00
renovate[bot]
d433fb4cb9
Update discord-py digest to 8edf433 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 16:26:39 +00:00
renovate[bot]
65060cd1a0
Update discord-py digest to 76eb126 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 00:35:21 +00:00
af2e96e7f9
Integrate Sentry for error tracking 2025-02-02 21:47:13 +01:00
renovate[bot]
35358c7849
Update discord-py digest to db7b2d9 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 13:11:57 +00:00
renovate[bot]
59ce758481
Update discord-py digest to 418a791 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 09:52:26 +00:00
renovate[bot]
8c554d75e1
Update discord-py digest to afbbc07 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-19 12:59:19 +00:00
renovate[bot]
40c54ff57a
Update discord-py digest to 743ef27 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-19 08:45:17 +00:00
renovate[bot]
e4139f98ac
Update discord-py digest to b1b7369 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 09:51:58 +00:00
renovate[bot]
0dfbe4d6c1
Update discord-py digest to d5c80b6 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 09:51:07 +00:00
renovate[bot]
ef91c407ce
Update discord-py digest to d956058 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 00:21:34 +00:00
91c925c174
Replace opencv-python with opencv-contrib-python-headless in dependencies 2025-01-06 21:49:27 +01:00
fb883a5953
Add image enhancement command 2025-01-06 21:14:49 +01:00
renovate[bot]
4f8448997a
Update discord-py digest to 9806aeb (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-30 03:35:49 +00:00
0c20e496c1
Use discord.py instead of Hikari so we can use user commands 2024-12-30 01:38:56 +01:00
d0a59b7bbb
Add test 2024-12-22 06:04:19 +01:00
6258277d60
Use ruff in ruff workflow 2024-12-22 05:17:45 +01:00
a26e3ebf08
Add slash command 2024-12-22 05:04:42 +01:00
4f53f91e4a
Use Hikari instead of discord.py 2024-12-22 03:43:10 +01:00
50ef8b5a8e
Update pyproject.toml 2024-12-21 23:30:12 +01:00
e696e161b3
Use UV 2024-11-26 03:34:07 +01:00
b238504a02
Rewrite bot into Python 2024-07-20 05:13:14 +02:00