Demo
Files
Attach files to make them available to code interpreter
Attach files
{% for message in chat_history %}
{{ message.role.capitalize() }}
{{ message.content }}
{% endfor %}
↑