small user prompt edit

This commit is contained in:
2025-06-29 16:27:11 -04:00
parent 5c42c0b58e
commit 7a271fcf8f

View File

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