Tag-AI includes a graphical Configuration Editor for adjusting application settings.
To open the Configuration Editor:
The configuration file is divided into several sections, each controlling different aspects of Tag-AI.
The [watch] section controls which folders Tag-AI monitors for images.
In the Configuration Editor:
The [image_processing] section controls how images are processed.
Reducing this value:
Increasing this value:
The [tagger_gemini] section configures Google's Gemini API for cloud-based tagging.
To use the Gemini API, you must obtain an API key from Google. See the Gemini API Setup guide for details.
The [tagger_ollama] section configures the local Ollama-based tagging with LLaVA.
Changing the ollama_endpoint is only recommended for advanced users who have configured a custom Ollama setup.
The [script_to_run] section determines which AI model is used for tagging.
local: Use local Ollama/LLaVA processing (default)gemini: Use Google's Gemini API for cloud processingThe [license] section contains your Tag-AI license information.
Do not modify the license key manually. The correct key is set during activation.
The [setup] section tracks whether initial setup has been completed.
Manually changing setup_complete to false will trigger the setup wizard again on next launch.
The configuration file is stored at:
%LOCALAPPDATA%\Tag-AI\config.ini
        ~/Library/Application Support/Tag-AI/config.ini
        ~/.config/Tag-AI/config.ini
        While you can edit this file directly with a text editor, using the Configuration Editor is recommended to prevent syntax errors.
[watch]
folder = C:/Users/username/Pictures, D:/Photos
[image_processing]
target_max_size_mb = 10
[tagger_gemini]
gemini_api_key = AIzaSyDaz8o3OAiKzO10H3Ild9umVxk5qyFNi8Y
paid_version = false
max_tags = 50
confidence_threshold = 0.7
max_image_size = 1024
[tagger_ollama]
ollama_endpoint = http://localhost:11434/api/generate
model_name = llava
[script_to_run]
llm_script = local
[license]
license_key = 6SP2-8CRS-TMTA-H21Y
[setup]
setup_complete = true
gpu_type = NVIDIA
gpu_acceleration = true
gpu_setup_skipped = false