mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -232,8 +232,7 @@ const generateTitleWithAI = async (messages) => {
|
||||
${convo}
|
||||
${postPrompt}` }
|
||||
],
|
||||
max_tokens: 20,
|
||||
temperature: 0.2
|
||||
max_tokens: 20
|
||||
})
|
||||
});
|
||||
if (!r.ok) return null;
|
||||
Reference in New Issue
Block a user