Quellcode durchsuchen

:beers: for deployment

China Kassapa vor 5 Monaten
Ursprung
Commit
ca05c42dcd
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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';
     }