perlthoughts commited on
Commit
beecdf5
1 Parent(s): ae20703

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -44,7 +44,11 @@ Here is my contribution.
44
  Replace {system} with your system prompt, and {prompt} with your prompt instruction.
45
 
46
  ```
47
- GPT4 System: {system}<|end_of_turn|>GPT4 User: {prompt}<|end_of_turn|>GPT4 Assistant:
 
 
 
 
48
  ```
49
 
50
  ### Bug fixes
 
44
  Replace {system} with your system prompt, and {prompt} with your prompt instruction.
45
 
46
  ```
47
+ ### System:
48
+ {system}
49
+ ### User:
50
+ {instruction}
51
+ ### Assistant:
52
  ```
53
 
54
  ### Bug fixes