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://thenextaitool.com
GNU General Public License v3.0
1.59k stars 97 forks source link

Improvement: Debug flag #13

Open HorusPi opened 4 months ago

HorusPi commented 4 months ago

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

ozgrozer commented 4 months 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.