diff --git a/llamabot.js b/llamabot.js index 177d53b..95d6d04 100644 --- a/llamabot.js +++ b/llamabot.js @@ -121,10 +121,6 @@ client.on('messageCreate', async (message) => { role: 'assistant', content: `Hello, ${message.author.username}, I am here to answer any question you have, how may I help you?` }); - conversation.messages.push({ - role: 'user', - content: message.cleanContent - }); } else { // Append user message to conversation history