summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c29107..ad77c7d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ made with use of [tview](https://github.com/rivo/tview)
#### has/supports
- character card spec;
-- llama.cpp api, deepseek (other ones were not tested);
+- llama.cpp api, deepseek, openrouter (other ones were not tested);
- showing images (not really, for now only if your char card is png it could show it);
- tts/stt (if whisper.cpp server / fastapi tts server are provided);
@@ -38,6 +38,7 @@ F6: interrupt bot resp
F7: copy last msg to clipboard (linux xclip)
F8: copy n msg to clipboard (linux xclip)
F9: table to copy from; with all code blocks
+F10: switch if LLM will respond on this message (for user to write multiple messages in a row)
F11: import chat file
F12: show this help page
Ctrl+w: resume generation on the last msg
@@ -53,6 +54,7 @@ Ctrl+l: update connected model name (llamacpp)
Ctrl+k: switch tool use (recommend tool use to llm after user msg)
Ctrl+j: if chat agent is char.png will show the image; then any key to return
Ctrl+a: interrupt tts (needs tts server)
+Ctrl+q: cycle through mentioned chars in chat, to pick persona to send next msg as
```
#### setting up config