This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-03-17 05:17:47 +00:00
parent 8889da152f
commit 062592df6a
3 changed files with 3 additions and 3 deletions

View File

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