diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index 5d31f170a..fd31b8efc 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -290,7 +290,7 @@ nav
{{ _('Connect an LLM to move from "something changed" to "only the thing you care about changed".') }}
{{ _('Each watch or tag can carry a plain-text intent — %(ex1)s or %(ex2)s. On every detected change the AI evaluates the diff against it and suppresses irrelevant noise.', ex1='"notify me only when the price drops"', ex2='"alert when the item goes out of stock"') | safe }}
@@ -37,14 +37,14 @@{{ _('Instead of raw diffs, receive plain-language summaries in notifications — %(ex1)s or %(ex2)s. Set a global default prompt here, or override per watch or tag.', ex1='"Price dropped from $89 to $67"', ex2='"3 new items added to the listing"') | safe }}
{{ _('The AI sees only a unified diff of what changed — never full page HTML. Low-cost models like %(gpt)s or %(gemini)s handle this well, typically fractions of a cent per check.', @@ -59,7 +59,7 @@ ✓ {{ _('AI / LLM configured:') }} {{ llm_config.get('model') }} {% else %} {% endif %}
{{ _('When AI features are active, change data from the websites you monitor — including page diffs and extracted text — is sent to an external AI provider of your choice.') }}
diff --git a/changedetectionio/blueprint/tags/templates/groups-overview.html b/changedetectionio/blueprint/tags/templates/groups-overview.html index 626ffb310..769fdb4d7 100644 --- a/changedetectionio/blueprint/tags/templates/groups-overview.html +++ b/changedetectionio/blueprint/tags/templates/groups-overview.html @@ -55,7 +55,7 @@ html[data-darkmode="true"] .watch-tag-list.tag-{{ class_name }} { {% if not available_tags|length %}Overview content…
@@ -28,7 +29,7 @@