Mercurial Hosting > lang
comparison src/chat.html.luan @ 49:97b0d206cacd
add chat.json
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 15 Aug 2025 08:43:24 +0900 |
parents | cc20eebaa74a |
children | 85c5f62070d8 |
comparison
equal
deleted
inserted
replaced
48:a119fc092f42 | 49:97b0d206cacd |
---|---|
49 <% if is_owner then %> | 49 <% if is_owner then %> |
50 <span onclick="editChat()">Edit Chat</span> | 50 <span onclick="editChat()">Edit Chat</span> |
51 <span onclick="deleteChat()">Delete Chat</span> | 51 <span onclick="deleteChat()">Delete Chat</span> |
52 <% end %> | 52 <% end %> |
53 <span onclick="systemPrompt()">System Prompt</span> | 53 <span onclick="systemPrompt()">System Prompt</span> |
54 <span onclick="chatJson()">Chat JSON</span> | |
54 </div> | 55 </div> |
55 </span> | 56 </span> |
56 </div> | 57 </div> |
57 <div messages> | 58 <div messages> |
58 <% chat.output_messages_html() %> | 59 <% chat.output_messages_html() %> |