Feature toggles

Back to Admin
{% with messages = get_flashed_messages(with_categories=False) %} {% if messages %} {% for m in messages %}
{{ m }}
{% endfor %} {% endif %} {% endwith %}
Enable stream mode
Streams assistant responses in real time (SSE). Applies to the chat UI immediately.
Enable user files
Shows the “➕” upload icon and allows users to upload PDFs for that chat session.
Enable site documentation
Shows the Docs page in the navbar and enables /docs. Default is off to avoid errors when README.md is missing.
Enable ML Lab
Shows “MLearning” (Dashboard) in the navbar and enables /dashboard.
Enable registration
Shows the Register link and enables /register for new user sign-ups.
Enable theme toggle
Shows the Theme toggle link in the navbar (users can switch theme per session).
Default theme
Applies immediately and persists across restarts.