fix: missing suffix for system message (#1)
Browse files- fix: missing suffix for system message (24ad7026fc0deea13bfa46d90b10355a438e83b9)
Co-authored-by: Junlin Zhou <[email protected]>
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
|