Text Generation
Transformers
GGUF
English
stablelm

Fix prompt template.

#1
by acrastt - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -77,8 +77,8 @@ Here is an incomplete list of clients and libraries that are known to support GG
77
  ## Prompt template: User-Assistant
78
 
79
  ```
80
- USER: {prompt} ASSISTANT:
81
-
82
  ```
83
 
84
  <!-- prompt-template end -->
 
77
  ## Prompt template: User-Assistant
78
 
79
  ```
80
+ USER: {prompt}
81
+ ASSISTANT:
82
  ```
83
 
84
  <!-- prompt-template end -->