yuanrf 4 weeks ago
parent
commit
56206f7115
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

@@ -3503,7 +3503,7 @@ OPTION (MAXRECURSION 0); -- 允许无限递归      ";
 
             try
             {
-                var resp = await _deepSeekService.ChatAsync(question, false, "deepseek-reasoner", 0.7f, 60000);
+                var resp = await _deepSeekService.ChatAsync(question, false, "deepseek-reasoner", 0.3f, 60000);
                 if (!resp.Success)
                 {
                     jw.Msg = "Ai分析用户绩效失败!" + resp.Message;