From ad14e31b7554cf32f836ca232957b2fc0a5c82f7 Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 19 Aug 2024 20:15:20 +0200 Subject: [PATCH] Lower temperature setting in commit sample config - Adjusted `temperature` value from 0.7 to 0.6 in commit sample config file --- ait.commit.sample.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ait.commit.sample.config.json b/ait.commit.sample.config.json index 2851a8f..79b277d 100644 --- a/ait.commit.sample.config.json +++ b/ait.commit.sample.config.json @@ -6,5 +6,5 @@ "prompt": "Generate a concise commit message based on the provided Git diffs, including:\\n - A short and direct subject line (under 50 characters) summarizing the specific changes. No formatting should be used in the subject line.\\n - A brief bullet-point list of the exact modifications made, with basic Markdown formatting allowed in the body.\\n \\n Focus strictly on the changes themselves, avoiding any speculation about the reasons or potential impacts. Ensure that the message is informative enough to understand the changes without needing additional context.", "model": "gpt-4o", "max_tokens": 1000, - "temperature": 0.7 + "temperature": 0.6 } \ No newline at end of file