lh 1 月之前
父节点
当前提交
04024fb016
共有 1 个文件被更改,包括 1 次插入0 次删除
  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');