ai-renamer
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "GPL-3.0", | ||
@@ -4,0 +4,0 @@ "name": "ai-renamer", |
@@ -10,2 +10,4 @@ # ai-renamer | ||
You need [Ollama](https://ollama.com/download) and at least one LLM (Llama, Gemma etc.) installed on your system | ||
Run with NPX | ||
@@ -12,0 +14,0 @@ |
@@ -0,1 +1,2 @@ | ||
const os = require('os') | ||
const path = require('path') | ||
@@ -6,3 +7,3 @@ const yargs = require('yargs') | ||
const CONFIG_FILE = path.join(process.cwd(), 'yargs-config.json') | ||
const CONFIG_FILE = path.join(os.homedir(), 'ai-renamer.json') | ||
@@ -9,0 +10,0 @@ const loadConfig = async () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44012
224
35