rombodawg commited on
Commit
186b105
1 Parent(s): 8899427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,13 +30,13 @@ Gpt4all template:
30
  - System prompt
31
  ```
32
  <|im_start|>system
33
- {system message}
34
  ```
35
  - Prompt template
36
  ```
37
  <|im_end|>
38
  <|im_start|>user
39
- %1<|im_end|>
40
  <|im_start|>assistant
41
  ```
42
 
 
30
  - System prompt
31
  ```
32
  <|im_start|>system
33
+ "Below is an instruction that describes a task. Write a response that appropriately completes the request."
34
  ```
35
  - Prompt template
36
  ```
37
  <|im_end|>
38
  <|im_start|>user
39
+ "%1"<|im_end|>
40
  <|im_start|>assistant
41
  ```
42