浏览代码

:sparkles:export:ai.pali.word.token

visuddhinanda 1 年之前
父节点
当前提交
148444e695
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api-v8/app/Console/Commands/ExportOffline.php

+ 1 - 0
api-v8/app/Console/Commands/ExportOffline.php

@@ -119,6 +119,7 @@ class ExportOffline extends Command
         ]);
         ]);
 
 
         $this->call('export:ai.training.data');
         $this->call('export:ai.training.data');
+        $this->call('export:ai.pali.word.token');
         unlink($exportStop);
         unlink($exportStop);
         return 0;
         return 0;
     }
     }