From 7a271fcf8f2c5e9572a9b5a9a1d0c5a35323a426 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 29 Jun 2025 16:27:11 -0400 Subject: [PATCH] small user prompt edit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 3acce59..8399f6c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -108,7 +108,7 @@ const generateOllamaRequest = async ( const ollamaRequestBody: OllamaRequest = { model: process.env.OLLAMA_MODEL as string, system: process.env.OLLAMA_SYSTEM_PROMPT as string, - prompt: `${notification.status.account.fqn} asks: ${striptags( + prompt: `@${notification.status.account.fqn} asks: ${striptags( notification.status.content )}`, stream: false,