diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-10 10:56:39 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-10 10:56:39 +0300 |
| commit | 37b98ad36cd7e63d96a190017b78fe35143a2e6a (patch) | |
| tree | a2195cf9802bfe5220c20b54ae5f801e90afbe3d | |
| parent | 2cd3956f6a0f1806a13ae6d9e05d86b82fcb4f1c (diff) | |
Doc: update
| -rw-r--r-- | docs/tutorial_rp.md | 12 |
1 files 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 |
