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.
Save