jartine commited on
Commit
603df65
1 Parent(s): db42890

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -57,7 +57,8 @@ line chatbot interface. It looks like this:
57
  You can use triple quotes to ask questions on multiple lines. You can
58
  pass commands like `/stats` and `/context` to see runtime status
59
  information. You can change the system prompt by passing the `-p "new
60
- system prompt"` flag.
 
61
 
62
  If you prefer to use a web GUI, then a `--server` mode is provided, that
63
  will open a tab with a chatbot and completion interface in your browser.
 
57
  You can use triple quotes to ask questions on multiple lines. You can
58
  pass commands like `/stats` and `/context` to see runtime status
59
  information. You can change the system prompt by passing the `-p "new
60
+ system prompt"` flag. You can press CTRL-C to interrupt the model.
61
+ Finally CTRL-D may be used to exit.
62
 
63
  If you prefer to use a web GUI, then a `--server` mode is provided, that
64
  will open a tab with a chatbot and completion interface in your browser.