diff --git a/llamabot.js b/llamabot.js index 428b6f9..937efd9 100644 --- a/llamabot.js +++ b/llamabot.js @@ -125,7 +125,7 @@ client.on('messageCreate', async (message) => { // Append user message to conversation history conversation.messages.push({ role: 'user', - content: message.cleanContent + content: ` ${message.cleanContent}` }); try {