summaryrefslogtreecommitdiff
path: root/README.md
blob: e918deeb76d62b5249f5f82b5c56441b968a3475 (plain)
1
2
3
4
5
6
7
8
9
10
11
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; (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);
- ability to copy message;
- aility to copy selected text;
- menu with old chats (chat files); +