{% from '_helpers.html' import render_field %} {# AI/LLM settings tab content — included from settings.html. Requires template context: form, llm_config, llm_env_configured #}
{{ _('Configure an AI/LLM provider to enable intent-based change filtering. Each watch or tag can have a plain-English intent — the AI evaluates every detected change against it and only notifies you when it matches.') }}
LLM_MODEL={{ llm_config.get('model', '') }}
LLM_API_BASE={{ llm_config.get('api_base') }}
LLM_MODEL
{{ _("Your API key is stored locally and sent only to your chosen provider. On each detected change, the watch's diff and extracted text are sent to the LLM — no full page HTML.") }}