summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-11-21 18:15:01 +0300
committerGrail Finder <wohilas@gmail.com>2024-11-21 18:15:01 +0300
commitc35af037203ac5c39a4f704d5343bc2b5cc56a0c (patch)
tree0f392fc7788e3b2632ceeabe3b85af771c74fd2d /README.md
parent35340d88863cb2a6a1b883bd3312abfef3a24c7a (diff)
Feat: add tools to tool map
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7c63bf..cc7ab5e 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,13 @@
- edit message? (including from bot); +
- ability to copy message; +
- menu with old chats (chat files); +
-- fullscreen textarea option (for long prompt);
- tab to switch selection between textview and textarea (input and chat); +
- basic tools: memorize and recall;
- stop stream from the bot; +
- sqlitedb instead of chatfiles; +
+- define tools and sys prompt for them to be used;
- sqlite for the bot memory;
+- fullscreen textarea option (bothersome to implement);
- option to switch between predefined sys prompts;
### FIX:
@@ -23,3 +24,6 @@
- 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 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;
+- sometimes bots put additional info around the tool call, have a regexp to match tool call;
+- remove all panics from code;
+- new chat is not saved in db;