OpenAI Logo
Demo

Attach files to make them available to code interpreter

{% for message in chat_history %}
{{ message.role.capitalize() }}
{{ message.content }}
{% endfor %}