fix: missing suffix for system message

#1
by jlzhou - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ You can use these prompt templates, but I recommend using ChatML.
27
 
28
  ```
29
  <|im_start|>system
30
- {system}
31
  <|im_start|>user
32
  {user}<|im_end|>
33
  <|im_start|>assistant
 
27
 
28
  ```
29
  <|im_start|>system
30
+ {system}<|im_end|>
31
  <|im_start|>user
32
  {user}<|im_end|>
33
  <|im_start|>assistant