This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-03-13 02:05:29 +00:00
parent caa6619b7c
commit 3904186c83
3 changed files with 4 additions and 3 deletions

View File

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