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);