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:
@@ -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;
|
||||
Reference in New Issue
Block a user