diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-10 11:05:09 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-10 11:05:09 +0300 |
| commit | 875de679cf4732bbd70361d826d65d9d8b190add (patch) | |
| tree | e4ad90c2bdde747ad057e4e7d6e850c3173018fd /docs | |
| parent | 3b542421e35180db9b9f972ee973befc42f1a46f (diff) | |
| parent | 37b98ad36cd7e63d96a190017b78fe35143a2e6a (diff) | |
Merge branch 'feat/char-secrets'
Diffstat (limited to 'docs')
| -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 |
