Add sysprompt to prompt example

#5
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -23,7 +23,9 @@ This is the fourth in a series of models designed to replicate the prose quality
23
  Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
24
 
25
  ```py
26
- """<|im_start|>user
 
 
27
  Hi there!<|im_end|>
28
  <|im_start|>assistant
29
  Nice to meet you!<|im_end|>
 
23
  Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
24
 
25
  ```py
26
+ """<|im_start|>system
27
+ You are a friendly assistant.<|im_end|>
28
+ <|im_start|>user
29
  Hi there!<|im_end|>
30
  <|im_start|>assistant
31
  Nice to meet you!<|im_end|>