summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-09 18:31:13 -0300
committericebaker <icebaker@proton.me>2023-12-09 18:31:13 -0300
commit9192057eb62e3ced2d0ae4b551e437941470e77c (patch)
tree987646577dfc5af897992912a92a9d6515a9872c
parent9bfac2f05ee88dec60c16a49dbcfc34aa9c284aa (diff)
updating README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7290a8e..50b784a 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,8 @@ nb assistant.yml - eval "hello"
nb assistant.yml - repl
```
+You can exit the REPL by typing `exit`.
+
## Usage
### Command Line
@@ -159,6 +161,8 @@ well. How can I assist you?
🤖> |
```
+You can exit the REPL by typing `exit`.
+
All of the commands above are stateless. If you want to preserve the history of your interactions, replace the `-` with a state key:
```bash