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