FormlessAI's picture
End of training
2ae2329 verified
raw
history blame contribute delete
271 Bytes
{% for message in messages %}{{ '[[[Title]]] ' + message['title'].strip() + '
' }}{{ '[[[Content]]] ' + message['content'].strip() + '
' + 'The following is an interaction between a user and an AI assistant that is related to the above text.
[[[User]]] ' }}{% endfor %}