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');