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,