Chat

{% for entry in conversation_history %} {% if entry[0] == 'user' %}

You: {{ entry[1] }}

{% else %}

AI: {{ entry[1] }}

{% endif %} {% endfor %}