{% extends "base.html" %} {% block title %}Chat - MemoryBot{% endblock %} {% block body %}
Responses are based on uploaded memories and personality.
{% endif %}{{ msg.created_at.strftime('%H:%M') if msg.created_at else '' }}
{% if active_profile_id %} Say something to get the conversation started. {% else %} Select a memory profile to start chatting. {% endif %}