From 66a80a7adba8000e64ac63c716c673cd428eb725 Mon Sep 17 00:00:00 2001 From: Cremator Date: Wed, 15 May 2024 17:55:58 +0300 Subject: [PATCH] Change temperature --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 13677ae..ed95394 100644 --- a/src/main.ts +++ b/src/main.ts @@ -116,7 +116,7 @@ async function getAIResponse(prompt: string): Promise | null> { const queryConfig = { model: OPENAI_API_MODEL, - temperature: 0.2, + temperature: 0, max_tokens: 700, top_p: 1, frequency_penalty: 0,