summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f84eeee..483d99e 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,12 @@
- sqlite for the bot memory; +
- rename current chat; +
- help page with all key bindings; +
+- change temp, min-p and other params from tui;
+- default config file (api url, path to sysprompts, path to log, limits, etc); +
- 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;
-- default config file (api url, path to sysprompts, path to log, limits, etc);
- export whole chat into a json file;
+- directoty with sys prompts;
### FIX:
- bot responding (or haninging) blocks everything; +
@@ -36,3 +37,4 @@
- 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);
- lets say we have two (or more) agents with the same name across multiple chats. These agents go and ask db for topics they memoriesed. Now they can access topics that aren't meant for them. (so memory should have an option: shareble; that indicates if that memory can be shared across chats);
- if option to show sys msg enabled: it show display new tool responses;
+- when bot generation ended with err: need a way to switch back to the bot_resp_false mode;