diff --git a/changedetectionio/blueprint/settings/templates/settings_llm_tab.html b/changedetectionio/blueprint/settings/templates/settings_llm_tab.html
index 0d2040561..5d02a269f 100644
--- a/changedetectionio/blueprint/settings/templates/settings_llm_tab.html
+++ b/changedetectionio/blueprint/settings/templates/settings_llm_tab.html
@@ -57,6 +57,11 @@
{% if llm_config and llm_config.get('model') %}
✓ {{ _('AI / LLM configured:') }} {{ llm_config.get('model') }}
+ {% if not llm_env_configured %}
+
+ {% endif %}
{% else %}