Mariam AI!

{% for message in chat_history %}
{{ message.role|capitalize }} {{ message.text }}
{% endfor %} {% if processing_message and web_search_active %}
Recherche web en cours...
{% endif %} {% if processing_message %}
Génération de la réponse...
{% endif %}
{% if error %}
{{ error }}
{% endif %}