uses the openai syntax for the conversation dump including content & role
* user * system modified: app.py modified: templates/base.html modified: templates/chat.html
This commit is contained in:
parent
e310217166
commit
6086d65f9b
3 changed files with 73 additions and 22 deletions
|
|
@ -3,6 +3,8 @@
|
|||
{% block title %}Chatroom{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<a id="downloadButton" href="/download_chat_history?room_name={{ room_name }}" download="chat_history.json">Download Chat History</a>
|
||||
|
||||
<div id="chat-container">
|
||||
<!-- Chat area where messages will be displayed -->
|
||||
<div id="chat"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue