Update app.py
Browse files
app.py
CHANGED
@@ -15,12 +15,9 @@ def system_instructions(context):
|
|
15 |
B): ""
|
16 |
C): ""
|
17 |
D): ""
|
18 |
-
Answer: "A
|
19 |
Explanation: ""
|
20 |
\n
|
21 |
-
Please ensure that each question has:
|
22 |
-
- Only one correct answer (A, B, C, or D).
|
23 |
-
- The correct answer must be one of the provided choices (A, B, C, or D).
|
24 |
[/INST]
|
25 |
"""
|
26 |
|
|
|
15 |
B): ""
|
16 |
C): ""
|
17 |
D): ""
|
18 |
+
Answer: "Choose either A, B, C, or D as the correct answer"
|
19 |
Explanation: ""
|
20 |
\n
|
|
|
|
|
|
|
21 |
[/INST]
|
22 |
"""
|
23 |
|