{% extends "base.html" %} {% block body %}
Chat
{% for msg in history %}
{{ msg.role }}
{{ msg.content }}
{% endfor %}
Tokens this session: 0 in / 0 out
{% endblock %}