From 4db8aea43dded3f2c1d0d41b5a3fb322a38d4730 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 23 Dec 2024 19:02:36 +0300 Subject: Feat: read json sysprompt cards --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a62b6d4..ab7fd61 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ - consider adding use /completion of llamacpp, since openai endpoint clearly has template|format issues; - separate messages that are stored and chat and send to the bot, i.e. option to omit tool calls (there might be a point where they are no longer needed in ctx); - RAG support|implementation; -- change card-chat pair with one binding; - char card is the sys message, but how about giving tools to char that does not have it? - it is a bit clumsy to mix chats in db and chars from the external files, maybe load external files in db on startup? - lets say we have two (or more) agents with the same name across multiple chats. These agents go and ask db for topics they memorised. Now they can access topics that aren't meant for them. (so memory should have an option: shareable; that indicates if that memory can be shared across chats); @@ -51,4 +50,5 @@ - all page names should be vars; + - normal case regen omits assistant icon; + - user icon (and role?) from config is not used; + +- message editing broke ( runtime error: index out of range [-1]); + - 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); -- cgit v1.2.3