Update README.md
Browse files
README.md
CHANGED
@@ -43,15 +43,16 @@ Given the following question and choices, provide:
|
|
43 |
Question: {q["question"]}
|
44 |
|
45 |
Choices:
|
46 |
-
ก. {q['
|
47 |
-
ข. {q['
|
48 |
-
ค. {q['
|
49 |
-
ง. {q['
|
50 |
|
51 |
Please structure your response in Thai language in JSON format as follows
|
52 |
คำตอบ: [correct choice]
|
53 |
คำอธิบาย: [explanation]
|
54 |
"""
|
|
|
55 |
```
|
56 |
|
57 |
|
|
|
43 |
Question: {q["question"]}
|
44 |
|
45 |
Choices:
|
46 |
+
ก. {q['a']}
|
47 |
+
ข. {q['b']}
|
48 |
+
ค. {q['c']}
|
49 |
+
ง. {q['d']}
|
50 |
|
51 |
Please structure your response in Thai language in JSON format as follows
|
52 |
คำตอบ: [correct choice]
|
53 |
คำอธิบาย: [explanation]
|
54 |
"""
|
55 |
+
# check and evaluate the answer ...
|
56 |
```
|
57 |
|
58 |
|