diff options
author | Grail Finder <wohilas@gmail.com> | 2024-11-21 07:25:23 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-11-21 07:25:23 +0300 |
commit | 35340d88863cb2a6a1b883bd3312abfef3a24c7a (patch) | |
tree | 31d41c25e97e7efec0849bdc3b8df2c0b521c90c /README.md | |
parent | 5ccad20bd680dc443b30f0decc8fca13427dc70d (diff) |
Fix: chat upsert
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,12 +14,12 @@ - stop stream from the bot; + - sqlitedb instead of chatfiles; + - sqlite for the bot memory; +- option to switch between predefined sys prompts; ### FIX: - bot responding (or haninging) blocks everything; + - programm requires history folder, but it is .gitignore; + - at first run chat table does not exist; run migrations sql on startup; + - Tab is needed to copy paste text into textarea box, use shift+tab to switch focus; (changed tp pgup) + -- delete last msg: can have unexpected behavior (deletes what appears to be two messages); -- EOF from llama, possibly broken json in request; -- chat upsert does not work; +- delete last msg: can have unexpected behavior (deletes what appears to be two messages if last bot msg was not generated (should only delete icon in that case)); +- empty input to continue bot msg gens new msg index and bot icon; |