Explorar o código

:beers: for deployment

China Kassapa hai 4 meses
pai
achega
ca05c42dcd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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';
     }