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,