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