summaryrefslogtreecommitdiff
path: root/docs/tutorial_rp.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-01-10 09:41:59 +0300
committerGrail Finder <wohilas@gmail.com>2026-01-10 09:41:59 +0300
commit505477b8e388ee351f724e1b389db549bb4ce003 (patch)
treeff672db7e78f879dc26b6ac11f3cc84a26550aa3 /docs/tutorial_rp.md
parent51916895789fc2b166af752c14cd4696d6517bec (diff)
Doc: readme update
Diffstat (limited to 'docs/tutorial_rp.md')
-rw-r--r--docs/tutorial_rp.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorial_rp.md b/docs/tutorial_rp.md
index 9053ffb..d670745 100644
--- a/docs/tutorial_rp.md
+++ b/docs/tutorial_rp.md
@@ -62,6 +62,8 @@ In case you're running llama.cpp, here is an example of starting the llama.cpp s
**After changing config.toml or environment variables, you need to restart the program.**
+`Ctrl+C` to close the program and `make` to rebuild and start it again.
+
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),