lh 1 tháng trước cách đây
mục cha
commit
04024fb016
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Services/DeepSeek/DeepSeekService.php

+ 1 - 0
app/Services/DeepSeek/DeepSeekService.php

@@ -33,6 +33,7 @@ class DeepSeekService
 
     // 与推理模型对话
     public function chatWithReasoner($data) {
+        set_time_limit(0);
         ini_set('max_execution_time', 0);
         $content = getProp($data, 'content');
         $model = getProp($data, 'model', 'r1');