This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-03-13 01:51:15 +00:00
parent 8f97abb302
commit a3b5aaba7b
3 changed files with 3 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ var generateTitleWithAI = async (messages) => {
role: "user",
content: `${prePrompt}\n${convo}\n${postPrompt}`
}],
max_tokens: 20
max_tokens: 12
})
});
if (!r.ok) return null;