summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5547d1d..9fe6a32 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,12 @@
- option to switch between predefined sys prompts; +
- sqlite for the bot memory; +
- rename current chat; +
+- help page with all key bindings; +
- fullscreen textarea option (bothersome to implement);
- consider adding use /completion of llamacpp, since openai endpoint clearly has template|format issues;
- change temp, min-p and other params from tui;
-- help page with all key bindings;
- default config file (api url, path to sysprompts, path to log, limits, etc);
+- export whole chat into a json file;
### FIX:
- bot responding (or haninging) blocks everything; +
@@ -30,6 +31,6 @@
- Tab is needed to copy paste text into textarea box, use shift+tab to switch focus; (changed tp pgup) +
- sometimes bots put additional info around the tool call, have a regexp to match tool call; +
- remove all panics from code; +
-- 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;
-- new chat replaces old ones in db;
+- new chat replaces old ones in db; +
+- empty input to continue bot msg gens new msg index and bot icon; +
+- 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)) (should use regen instead of delete in that case);