Update AI and librarian commands to use 'GENERAL' context"

This commit is contained in:
2025-08-16 16:58:28 +02:00
parent b52e9be5f9
commit 97f43bc6a7
4 changed files with 65 additions and 16 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ class DataModule(commands.Cog):
global MESSAGE_TABLE # pylint: disable=global-statement
result, MESSAGE_TABLE = await handle_response(
prompt, vykidailo, bartender, MESSAGE_TABLE, username, "CONVERSATION"
prompt, vykidailo, bartender, MESSAGE_TABLE, username, "GENERAL"
)
if len(result) < 1500:
await ctx.send(result)