From da270f2f60d2ce3b493934cf3024754aa8ebadfd Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 10 Apr 2023 02:00:51 +0200 Subject: [PATCH] changing the chat pre content --- llamabot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llamabot.js b/llamabot.js index e611956..32cdc13 100644 --- a/llamabot.js +++ b/llamabot.js @@ -63,7 +63,7 @@ client.on('messageCreate', async (message) => { if (conversation.messages.length === 0) { conversation.messages.push({ role: 'user', - content: `You are the smartest AI and help with anything I ask. You are great at coding! When giving a list always use one line per item. My name is ${message.author.username}.` + content: `Welcome to our conversation your name is "llama".` }); conversation.messages.push({ role: 'user',