China Kassapa 2 месяцев назад
Родитель
Сommit
ca05c42dcd
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      api-v8/app/Services/SummaryService.php

+ 2 - 1
api-v8/app/Services/SummaryService.php

@@ -24,7 +24,8 @@ class SummaryService
     public function __construct(AIModelService $aiModels)
     {
         $models = $aiModels->getSysModels('summarize');
-        $this->modelId = $models[0]['uid'];
+        // FIXME
+        // $this->modelId = $models[0]['uid'];
         $this->apiUrl = config('mint.ai.proxy') . '/api/openai';
     }