TroyDoesAI
commited on
Commit
•
bf6ded3
1
Parent(s):
38dda21
Update README.md
Browse files
README.md
CHANGED
@@ -113,14 +113,14 @@ TEMPLATE """
|
|
113 |
**Request**
|
114 |
{{ if .Prompt }}
|
115 |
{{ .Prompt }}{{ end }}
|
116 |
-
**Response
|
117 |
{{ .Response }}
|
118 |
"""
|
119 |
```
|
120 |
```
|
121 |
Also can try
|
122 |
TEMPLATE """
|
123 |
-
**
|
124 |
{{ if .Prompt }}
|
125 |
{{ .Prompt }}{{ end }}
|
126 |
**Response:**
|
|
|
113 |
**Request**
|
114 |
{{ if .Prompt }}
|
115 |
{{ .Prompt }}{{ end }}
|
116 |
+
**Response**
|
117 |
{{ .Response }}
|
118 |
"""
|
119 |
```
|
120 |
```
|
121 |
Also can try
|
122 |
TEMPLATE """
|
123 |
+
**Instruction:t**
|
124 |
{{ if .Prompt }}
|
125 |
{{ .Prompt }}{{ end }}
|
126 |
**Response:**
|