theprogrammablemind 8.0.0-beta.31 → 8.0.0-beta.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client.js +3 -0
- package/package.json +1 -1
package/client.js
CHANGED
@@ -1880,6 +1880,9 @@ const knowledgeModuleImpl = async ({
|
|
1880
1880
|
config.config.retrain = true
|
1881
1881
|
}
|
1882
1882
|
|
1883
|
+
if (args.saveDeveloper) {
|
1884
|
+
args.save = true
|
1885
|
+
}
|
1883
1886
|
if (args.test || args.testVerbose || args.testAllVerbose || args.save) {
|
1884
1887
|
global.transitoryMode = true
|
1885
1888
|
}
|