diff --git a/dist/index.js b/dist/index.js index 249adb0..fa09411 100644 --- a/dist/index.js +++ b/dist/index.js @@ -150,7 +150,7 @@ function getAIResponse(prompt) { else { return { model: OPENAI_API_MODEL, - temperature: 0.2, + temperature: 1, max_completion_tokens: 1400, top_p: 1, frequency_penalty: 0, diff --git a/src/main.ts b/src/main.ts index 66ee908..64b2a44 100644 --- a/src/main.ts +++ b/src/main.ts @@ -128,7 +128,7 @@ async function getAIResponse(prompt: string): Promise