Update prompts.py
Browse files- prompts.py +0 -1
prompts.py
CHANGED
|
@@ -15,7 +15,6 @@ def getMcqQAPrompt():
|
|
| 15 |
Please include each and every Question Answer Pair in the context.
|
| 16 |
{{
|
| 17 |
"question": <string>,
|
| 18 |
-
"answer": <string>,
|
| 19 |
"options" : [string],
|
| 20 |
"correct_option_index" : <number>,
|
| 21 |
}}
|
|
|
|
| 15 |
Please include each and every Question Answer Pair in the context.
|
| 16 |
{{
|
| 17 |
"question": <string>,
|
|
|
|
| 18 |
"options" : [string],
|
| 19 |
"correct_option_index" : <number>,
|
| 20 |
}}
|