Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ prompt += '''Instruction:\tYou are to try to answer the following question using
|
|
55 |
Instruction:\tYour response should be a well formed JSON object with an 'answerable' property followed by an 'answer' property.
|
56 |
Instruction:\tIf you cannot answer the question given the information, the value of the 'answerable' should be 'false' and the 'answer' should be an empty string.
|
57 |
Instruction:\tIf you can answer the question given the information, the value of the 'answerable' should be 'true' and your answer should be the string value of the 'answer' property.
|
58 |
-
''' + info + qs
|
59 |
|
60 |
```
|
61 |
|
|
|
55 |
Instruction:\tYour response should be a well formed JSON object with an 'answerable' property followed by an 'answer' property.
|
56 |
Instruction:\tIf you cannot answer the question given the information, the value of the 'answerable' should be 'false' and the 'answer' should be an empty string.
|
57 |
Instruction:\tIf you can answer the question given the information, the value of the 'answerable' should be 'true' and your answer should be the string value of the 'answer' property.
|
58 |
+
''' + info + qs + " Response:"
|
59 |
|
60 |
```
|
61 |
|