From 37b98ad36cd7e63d96a190017b78fe35143a2e6a Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 10 Feb 2026 10:56:39 +0300 Subject: Doc: update --- docs/tutorial_rp.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/tutorial_rp.md b/docs/tutorial_rp.md index d670745..d52b59c 100644 --- a/docs/tutorial_rp.md +++ b/docs/tutorial_rp.md @@ -67,11 +67,9 @@ In case you're running llama.cpp, here is an example of starting the llama.cpp s For roleplay, /completion endpoints are much better, since /chat endpoints swap any character name to either `user` or `assistant`. Once you have the desired API endpoint (for example: http://localhost:8080/completion), -there are two ways to pick a model: -- `Ctrl+L` allows you to iterate through the model list while in the main window. -- `Ctrl+P` (opens the properties table). Go to the `Select a model` row and press Enter. A list of available models will appear; pick any that you want, then press `x` to exit the properties table. +- `Ctrl+L` to show a model selection popup; -#### Llama.cpp model preload +#### Llama.cpp model (pre)load Llama.cpp supports swapping models. To load the picked ones, press `Alt+9`. @@ -128,9 +126,9 @@ The screen flashes briefly as it calculates. "I am experiencing degraded functio ``` Once the character name is in history, we can switch who the LLM will respond as by pressing `Ctrl+X`. -For now, it should be rotating between HAL9000, `Username`, Seraphina, and system. -Make the status line mention: `Bot will write as Seraphina (ctrl+x)` -and press Escape to see her reaction. +For now, it should give a choice between HAL9000, `Username`, Seraphina, and system. +After the change the status line should say: `Bot will write as Seraphina (ctrl+x)` +press Escape for llm to write as Seraphina. #### Image input -- cgit v1.2.3