From 29de95d03c5a943ed513cc8a8026038ecc6a5646 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Sun, 10 May 2026 15:40:23 +0800 Subject: [PATCH] 11 --- HJGL_DS/BLL/Common/OpenAIhelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/BLL/Common/OpenAIhelper.cs b/HJGL_DS/BLL/Common/OpenAIhelper.cs index 5bda230..4cea0a4 100644 --- a/HJGL_DS/BLL/Common/OpenAIhelper.cs +++ b/HJGL_DS/BLL/Common/OpenAIhelper.cs @@ -31,7 +31,7 @@ namespace BLL.Common messages = new[] { new { role = "user", content = content } }, - temperature = 0.7 + temperature = 0.3 }; string json = JsonConvert.SerializeObject(requestData);