Feat: add msg index

This commit is contained in:
Grail Finder
2024-11-16 16:19:27 +03:00
parent 1fe807de8e
commit b2c8698926
4 changed files with 64 additions and 22 deletions

View File

@@ -1,12 +1,12 @@
### TODO:
- scrolling chat history; (somewhat works out of box);
- log errors to file;
- give serial id to each msg in chat to track it;
- regen last message;
- delete last message
- scrolling chat history; (somewhat works out of box); +
- log errors to file; +
- give serial id to each msg in chat to track it; (use slice index) +
- show msg id next to the msg; +
- regen last message; +
- delete last message; +
- edit message? (including from bot);
- use chatml template (but do not show it to the user);
- use mistral template;
- ability to copy message;
- aility to copy selected text;
- menu with old chats (chat files);
- menu with old chats (chat files); +