perlthoughts commited on
Commit
e6c501f
1 Parent(s): f7ea28d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
- GPT4 System: {system}<|end_of_turn|>GPT4 User: {prompt}<|end_of_turn|>GPT4 Assistant:
 
 
 
 
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