perlthoughts
commited on
Commit
•
e6c501f
1
Parent(s):
f7ea28d
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,11 @@ Here is my contribution.
|
|
50 |
Replace {system} with your system prompt, and {prompt} with your prompt instruction.
|
51 |
|
52 |
```
|
53 |
-
|
|
|
|
|
|
|
|
|
54 |
```
|
55 |
|
56 |
### Bug fixes
|
|
|
50 |
Replace {system} with your system prompt, and {prompt} with your prompt instruction.
|
51 |
|
52 |
```
|
53 |
+
<|im_start|>system
|
54 |
+
{system}<|im_end|>
|
55 |
+
<|im_start|>user
|
56 |
+
{prompt}<|im_end|>
|
57 |
+
<|im_start|>assistant
|
58 |
```
|
59 |
|
60 |
### Bug fixes
|