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',