Permanent assistant autocreation and temporary chat restore

This commit is contained in:
Cohee
2025-05-12 02:14:54 +03:00
parent 61f69aa674
commit 31e2cf714a
6 changed files with 160 additions and 21 deletions

View File

@ -1,9 +1,13 @@
<div data-type="assistant_note">
<div>
<div class="assistant_note_title">
<b data-i18n="Note:">Note:</b> <span data-i18n="this chat is temporary and will be deleted as soon as you leave it.">this chat is temporary and will be deleted as soon as you leave it.</span>
<span data-i18n="Click the button to save it as a file.">Click the button to save it as a file.</span>
</div>
<div class="assistant_note_export menu_button menu_button_icon" data-i18n="[title]Export as JSONL" title="Export as JSONL">
<button class="assistant_note_import menu_button menu_button_icon margin0" data-i18n="[title]Import from JSONL" title="Import from JSONL">
<i class="fa-solid fa-file-import"></i>
<span data-i18n="Load">Load</span>
</button>
<button class="assistant_note_export menu_button menu_button_icon margin0" data-i18n="[title]Export as JSONL" title="Export as JSONL">
<i class="fa-solid fa-file-export"></i>
</div>
<span data-i18n="Save">Save</span>
</button>
</div>