Commit graph

25 commits

Author SHA1 Message Date
eec1ed4f59 Add conversation memory reset command
Introduces a new /reset command to allow authorized users to reset the conversation memory for a channel. Also adds a new_conversation option to the /ask command to start a fresh conversation, and implements the reset_memory function in misc.py.
2025-09-26 01:06:18 +02:00
75ed597cdd Refactor OpenAI agent settings and enhance system prompt for brevity in responses 2025-09-26 00:29:23 +02:00
a581c03e4e Add message length computation and history compacting for improved message handling 2025-09-23 05:00:21 +02:00
ca9e4a38b4 Enhance system prompt to clarify memory limitations and channel-specific message recall 2025-09-23 04:48:18 +02:00
0a816cc2ea Update emoji usage guidelines in system prompt 2025-09-21 03:55:31 +02:00
e20f940eaf Stuff and things 2025-09-20 22:01:36 +02:00
83f12dcbd7 Revert "Refactor extra_context to personalize server values and remove party affiliation"
This reverts commit 2c2f4df502.
2025-09-06 02:09:27 +02:00
2c2f4df502 Refactor extra_context to personalize server values and remove party affiliation 2025-09-06 02:05:56 +02:00
08c286cff5 Refactor chat function to support asynchronous image processing and enhance image extraction from user messages 2025-09-06 01:58:19 +02:00
2aec54d51b Add fun day names to extra context in chat responses 2025-08-30 02:33:22 +02:00
cca242d2a4 Refactor emoji usage instructions 2025-08-17 16:59:56 +02:00
8a705fb0d8 Add sticker usage instructions and list available stickers in chat context 2025-08-17 06:06:36 +02:00
53fa0a02d1 Enhance chat function to include server emoji usage instructions and improve message clarity 2025-08-17 05:58:38 +02:00
3171595df0 Refactor chat function to improve prompt structure and update OpenAI response handling 2025-08-17 05:08:36 +02:00
c3ae6c7073 Fix trigger time check to ensure user presence in last_trigger_time dictionary 2025-08-17 05:03:12 +02:00
96695c0bee Add trigger time tracking and response logic for user interactions 2025-08-17 04:56:42 +02:00
7a6b4d8fce Refactor OpenAI response handling to use updated response types 2025-08-17 04:38:33 +02:00
f0f4e3c9b7 Enhance chat functionality by adding extra context and improving message handling 2025-08-17 03:57:41 +02:00
86cb28208d Enhance chat functionality by adding message memory and context for improved responses 2025-08-17 02:25:43 +02:00
71b3f47496 Update chat function to use gpt-5-chat-latest model 2025-08-17 01:51:54 +02:00
516cb58a97 Line too long 2025-07-25 00:00:53 +02:00
657502fc12 Update chat function to use gpt-4.1 model and correct role in system message 2025-07-24 23:53:01 +02:00
cd5c2ca10d
Update model version 2025-05-28 17:10:51 +02:00
0c20e496c1
Use discord.py instead of Hikari so we can use user commands 2024-12-30 01:38:56 +01:00
a26e3ebf08
Add slash command 2024-12-22 05:04:42 +01:00