From c2f1adaed19b02f56941acdb882aa0c2ea9282e7 Mon Sep 17 00:00:00 2001 From: cannorin Date: Mon, 6 Apr 2026 19:24:15 +0000 Subject: [PATCH] Raise temparature --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index c48af97..fb505d6 100644 --- a/index.ts +++ b/index.ts @@ -99,7 +99,7 @@ async function processPostJob() { grammar, await postJobSession.prompt(input, { ...baseChatPromptOptions, - temperature: 1.25, + temperature: 1.5, minP: 0.05, repeatPenalty: { lastTokens: 128,