yuanrf пре 1 месец
родитељ
комит
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
             {
-                Console.WriteLine(question);
+                //Console.WriteLine(question);
 
                 var resp = await _deepSeekService.ChatAsync(question, false, "deepseek-reasoner", 0.3f, 60000);
                 if (!resp.Success)