{% extends "base.html" %} {% block title %}AI Chat - {{ hub_name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Sessions
AI Assistant {% if llm_enabled %}Connecting...{% else %}Disabled{% endif %} {% if llm_enabled %} {{ llm_model }} {% if llm_endpoints|length > 1 %}
{% endif %} {% endif %}
{% if llm_enabled %}
Welcome! Ask anything about the hub — “who is online?”, “show share stats”, or “broadcast hello”.
Logged in as {{ user.nick }} ({{ access_level }}). {% if access_level == "admin" %}Full admin access.{% else %}Read-only.{% endif %}
{% else %}
LLM not enabled. Set llm: in your config.yml.
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}