perlthoughts commited on
Commit
45c361b
1 Parent(s): 6b06a08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,10 +41,10 @@ Here is my contribution.
41
 
42
  ## Prompt Template
43
 
44
- Replace {system_prompt} with your system prompt, and {instruction} with your prompt instruction.
45
 
46
  ```
47
- GPT4 System: {system_prompt}<|end_of_turn|>GPT4 User: {instruction}<|end_of_turn|>GPT4 Assistant:
48
  ```
49
 
50
  ### Bug fixes
 
41
 
42
  ## Prompt Template
43
 
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