Browse Source

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

visuddhinanda 1 year ago
parent
commit
148444e695
1 changed files with 1 additions and 0 deletions
  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.pali.word.token');
         unlink($exportStop);
         return 0;
     }