mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 11:11:03 +00:00
Fix: Lower temp for title gen to 0.2
This commit is contained in:
@@ -28,7 +28,8 @@ export const generateTitleWithAI = async messages => {
|
||||
{ role: 'system', content: sysPrompt },
|
||||
{ role: 'user', content: `${prePrompt}\n${convo}\n${postPrompt}` }
|
||||
],
|
||||
max_tokens: 12
|
||||
max_tokens: 12,
|
||||
temperature: 0.2
|
||||
})
|
||||
});
|
||||
if (!r.ok) return null;
|
||||
|
||||
Reference in New Issue
Block a user