diff options
author | Grail Finder <wohilas@gmail.com> | 2025-02-02 17:58:07 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-02-02 17:58:07 +0300 |
commit | eb53b13381b6f86e8b0584b8bdc980414dbf92df (patch) | |
tree | 956e166e45a8f13d79846b604eb04fb8cd979079 /README.md | |
parent | 7ca188dcdc9e98e3222a05a160006c76c1b84862 (diff) |
Refactor: remove icons
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -64,9 +64,9 @@ - number of sentences in a batch should depend on number of words there. + - F1 can load any chat, by loading chat of other agent it does not switch agents, if that chat is continued, it will rewrite agent in db; (either allow only chats from current agent OR switch agent on chat loading); + - after chat is deleted: load undeleted chat; + +- table selection does not work; (ctrl+m is enter, it breakes all the tables) + - name split for llamacpp completion. user msg should end with 'bot_name:'; + +- remove icons for agents/user; use only <role>: + - add retry on failed call (and EOF); - model info shold be an event and show disconnect status when fails; -- message editing broke ( runtime error: index out of range [-1]); out of index -- remove icons for agents/user; use only <role>: -- table selection does not work; +- message editing broke ( runtime error: index out of range [-1]); out of index; |