This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-03-17 05:06:22 +00:00
parent f8d9b9311e
commit d2ec9bb020
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ var generateTitleWithAI = async (messages) => {
content: sysPrompt
}, {
role: "user",
content: `${prePrompt}\n${convo}\n${postPrompt}`
content: `${prePrompt}\n\n${convo}\n\n${postPrompt}`
}],
max_tokens: 12,
temperature: .35