mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
Increase temperature setting in title generator
This commit is contained in:
@@ -29,7 +29,7 @@ export const generateTitleWithAI = async messages => {
|
||||
{ role: 'user', content: `${prePrompt}\n${convo}\n${postPrompt}` }
|
||||
],
|
||||
max_tokens: 12,
|
||||
temperature: 0.2
|
||||
temperature: 0.35
|
||||
})
|
||||
});
|
||||
if (!r.ok) return null;
|
||||
|
||||
Reference in New Issue
Block a user