Home/Docs/Configuration Options

Configuration Options

Configuration Editor

Tag-AI includes a graphical Configuration Editor for adjusting application settings.

Tag-AI Configuration Editor

To open the Configuration Editor:

  1. Click on Actions in the top menu bar
  2. Select Edit Config from the dropdown menu

Configuration Sections

The configuration file is divided into several sections, each controlling different aspects of Tag-AI.

Watch Folders

The [watch] section controls which folders Tag-AI monitors for images.

Settings

Watch Folder Management

In the Configuration Editor:

Image Processing

The [image_processing] section controls how images are processed.

Settings

Reducing this value:

Increasing this value:

Gemini API Settings

The [tagger_gemini] section configures Google's Gemini API for cloud-based tagging.

Settings

To use the Gemini API, you must obtain an API key from Google. See the Gemini API Setup guide for details.

Ollama Settings

The [tagger_ollama] section configures the local Ollama-based tagging with LLaVA.

Settings

Changing the ollama_endpoint is only recommended for advanced users who have configured a custom Ollama setup.

Script Selection

The [script_to_run] section determines which AI model is used for tagging.

Settings

License Settings

The [license] section contains your Tag-AI license information.

Settings

Do not modify the license key manually. The correct key is set during activation.

Setup Status

The [setup] section tracks whether initial setup has been completed.

Settings

Manually changing setup_complete to false will trigger the setup wizard again on next launch.

Config File Location

The configuration file is stored at:

Windows

%LOCALAPPDATA%\Tag-AI\config.ini

macOS

~/Library/Application Support/Tag-AI/config.ini

Linux

~/.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.

Example Configuration

[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