This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-03-05 04:41:04 +00:00
parent aaa804ec7a
commit 0934cfdd67
3 changed files with 3 additions and 4 deletions

View File

@@ -232,8 +232,7 @@ const generateTitleWithAI = async (messages) => {
${convo}
${postPrompt}` }
],
max_tokens: 20,
temperature: 0.2
max_tokens: 20
})
});
if (!r.ok) return null;