Spaces:
Sleeping
Sleeping
Update src/core/QuizEngine.py
Browse files- src/core/QuizEngine.py +1 -1
src/core/QuizEngine.py
CHANGED
|
@@ -113,7 +113,7 @@ class QuizEngine:
|
|
| 113 |
|
| 114 |
return None
|
| 115 |
|
| 116 |
-
def construct_question_generation_prompt(self, context_text):
|
| 117 |
"""
|
| 118 |
REVISED PROMPT: Few-Shot Pattern Matching.
|
| 119 |
Includes specific examples to guide the model towards 'Board-Style' complexity.
|
|
|
|
| 113 |
|
| 114 |
return None
|
| 115 |
|
| 116 |
+
def construct_question_generation_prompt(self, context_text):
|
| 117 |
"""
|
| 118 |
REVISED PROMPT: Few-Shot Pattern Matching.
|
| 119 |
Includes specific examples to guide the model towards 'Board-Style' complexity.
|