Fix prompt template. (#1)
Browse files- Update README.md (6fa71c297f68ca67af653aa2c54b3f345951a501)
Co-authored-by: Bohan Du <acrastt@users.noreply.huggingface.co>
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}
|
| 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 -->
|