yuanrf 2 月之前
父节点
当前提交
f196f20bdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

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

@@ -3541,7 +3541,7 @@ OPTION (MAXRECURSION 0); -- 允许无限递归      ";
 
 
             try
             try
             {
             {
-                Console.WriteLine(question);
+                //Console.WriteLine(question);
 
 
                 var resp = await _deepSeekService.ChatAsync(question, false, "deepseek-reasoner", 0.3f, 60000);
                 var resp = await _deepSeekService.ChatAsync(question, false, "deepseek-reasoner", 0.3f, 60000);
                 if (!resp.Success)
                 if (!resp.Success)