From 571f3337197e19f8bed7a3cb8a158943f9046d94 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 29 Aug 2025 12:40:45 +0200 Subject: [PATCH] Keep alive at temperature ) --- src/pages/Index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index fd63982..ddc24d4 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -341,6 +341,8 @@ ${content}${context}`; system: systemPrompt, prompt: userPrompt, stream: false, + keep_alive: -1, + temperature: 0.2, }), }, 'Generate Tags');