diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-29 20:18:40 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-29 20:18:40 +0300 |
commit | 336451340b86ba1f713b47d44225df61058f5a8f (patch) | |
tree | 2bd748b7c88095380ee3cc82bb38b705756dec23 /README.md | |
parent | 7bf18dede570116b4508b2c936106ed4bf47d55b (diff) |
Feat: set/change props from tui for /completion
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -36,11 +36,11 @@ - 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; +- edit syscards; + - consider adding use /completion of llamacpp, since openai endpoint clearly has template|format issues; + -- change temp, min-p and other params from tui; +- change temp, min-p and other params from tui; + - DRY; + -- keybind to switch between openai and llamacpp endpoints; +- keybind to switch between openai and llamacpp endpoints (chat vs completion); - option to remove <thinking> from chat history; - in chat management table add preview of the last message; + @@ -66,6 +66,6 @@ - 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; + -- name split for llamacpp completion. user msg should end with 'bot_name:'; +- name split for llamacpp completion. user msg should end with 'bot_name:'; + - add retry on failed call (and EOF); - model info shold be an event and show disconnect status when fails; |