ozgrozer / ai-renamer

A Node.js CLI that uses Ollama and LM Studio models (Llava, Gemma, Llama etc.) to intelligently rename files by their contents
https://x.com/ozgrozer/status/1812591967756255298
GNU General Public License v3.0
1.44k stars 89 forks source link

Improvement: Debug flag #13

Open HorusPi opened 1 month ago

HorusPi commented 1 month ago

Would be nice to have a debug flag that shows for each call

ozgrozer commented 1 month ago

Not sure about this because url and payload is static in the code so there's nothing to see there. Full result is the filename. I'm not extracting some part from the result. But showing a process time sounds nice.