diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-16 17:53:35 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-16 17:53:35 +0300 |
commit | c41ff09b2f62b8c715ec9beb2fdac987b25892d9 (patch) | |
tree | 8e85dd4f6a645b15fc58dd5f3ebb5b4f8bab1988 /README.md | |
parent | db678b521592503342bf717e1ae0f48b8b11ed80 (diff) |
Fix: specv2 cards wrapper case
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -27,9 +27,7 @@ - RAG support|implementation; + - delete chat option; + - RAG file loading status/progress; + -- change temp, min-p and other params from tui; - fullscreen textarea option (bothersome to implement); -- 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); - 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? @@ -37,6 +35,11 @@ - server mode: no tui but api calls with the func calling, rag, other middleware; - boolean flag to use/not use tools. I see it as a msg from a tool to an llm "Hey, it might be good idea to use me!"; - connection to a model status; +- ===== /llamacpp specific (it has a different body -> interface instead of global var) +- edit syscards / create new ones; +- consider adding use /completion of llamacpp, since openai endpoint clearly has template|format issues; +- change temp, min-p and other params from tui; +- DRY; ### FIX: - bot responding (or hanging) blocks everything; + @@ -60,4 +63,3 @@ - number of sentences in a batch should depend on number of words there. + - 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); + - after chat is deleted: load undeleted chat; + -- syscards sometimes store data inside of chub key; |