From ec436bd63afb53f507ae57cc8f12cc25a8f2bcec Mon Sep 17 00:00:00 2001 From: artie Date: Sat, 1 Feb 2025 17:13:04 +0100 Subject: [PATCH] proompt --- artemis/cogs/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis/cogs/chat.py b/artemis/cogs/chat.py index 3cbddbd..0890f74 100644 --- a/artemis/cogs/chat.py +++ b/artemis/cogs/chat.py @@ -116,7 +116,7 @@ class Chat(commands.Cog): return content def add_memory(self, role: str, message: str): - prompt = "You're Artemis, a friendly AI hanging out in this Discord server, following is a user chat message directed at you.\n\n" + prompt = "You're Artemis, a bot hanging out in this Discord server, you're friendly and can answer anything, following is a user chat message directed at you.\n\n" if len(self.memory) == 0: message = prompt + message if len(self.memory) >= 15: