small user prompt edit
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user