brittlewis12 commited on
Commit
79835e9
·
verified ·
1 Parent(s): 9216170

Correct system & end of text tags in readme chat template

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -37,11 +37,12 @@ using [autogguf-rs](https://github.com/brittlewis12/autogguf-rs).
37
  ### Prompt template
38
 
39
  ```
 
40
  {{system_message}}
41
  <|user|>
42
  {{prompt}}
43
  <|assistant|>
44
- {{assistant_message}}<|endoftext|>
45
 
46
  ```
47
 
 
37
  ### Prompt template
38
 
39
  ```
40
+ <|system|>
41
  {{system_message}}
42
  <|user|>
43
  {{prompt}}
44
  <|assistant|>
45
+ {{assistant_message}}<|end_of_text|>
46
 
47
  ```
48