Arvosteltu: 4/5 tähteä

A nice simple solution for automated tagging with an uncomplicated and effective interface. The default prompts may not tag to your personal preference, but the ability to write your own prompts or tweak the default ones is nice and easy. For someone who cannot be bothered with manual tagging the plugin is giving me organisation with minimal effort.

I am using Ollama on Windows with Qwen 2.5 32 (testing the model) rather than cloud A.I providers.

The only slight issue I had was realising Ollama on windows needs to be removed from windows startup and started manually.

To connect Ollama and the plugin Ollama needs to started manually in a powershell with

$env:OLLAMA_ORIGINS="*"
ollama serve

Then load your chosen model into Ollama in the normal way.