rombodawg commited on
Commit
1f5609f
1 Parent(s): 9259973

Update README.md

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