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

Custom Prompts Support #15

Closed thomastunc closed 1 month ago

thomastunc commented 1 month ago

I liked to have support for adding custom prompts when generating the names. E.g. if you want to tell the LLM where it should focus on or if you want to give some more context to the files you're generating names for.

Let me know what you think of this feature. I've increased the version number and updated the readme as well.

ozgrozer commented 1 month ago

That's great. Thank you.