summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-11-21 10:38:16 +0300
committerGrail Finder <wohilas@gmail.com>2025-11-21 10:38:16 +0300
commit7ee2a87b4956f072121af69de16f750afb54a83a (patch)
treea5e72b39f0dadc1d1a946cc6a638ab1feb4ff183 /README.md
parentdc1d1eba0c6a7fa55e336c10c6e53046a75473ae (diff)
Chore: update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index ad77c7d..0a6f629 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ made with use of [tview](https://github.com/rivo/tview)
- 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);
+- image input;
#### does not have/support
-- images; (ctrl+j will show an image of the card you use, but that is about it);
- RAG; (RAG was implemented, but I found it unusable and then sql extention broke, so no RAG);
- MCP; (agentic is implemented, but as a raw and predefined functions for llm to use. see [tools.go](https://github.com/GrailFinder/gf-lt/blob/master/tools.go));
@@ -44,8 +44,9 @@ F12: show this help page
Ctrl+w: resume generation on the last msg
Ctrl+s: load new char/agent
Ctrl+e: export chat to json file
-Ctrl+n: start a new chat
Ctrl+c: close programm
+Ctrl+n: start a new chat
+Ctrl+o: open file picker for img input
Ctrl+p: props edit form (min-p, dry, etc.)
Ctrl+v: switch between /completion and /chat api (if provided in config)
Ctrl+r: start/stop recording from your microphone (needs stt server)
@@ -55,6 +56,7 @@ 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
+Ctrl+x: cycle through mentioned chars in chat, to pick persona to send next msg as (for llm)
```
#### setting up config