Update main.py
Browse files
main.py
CHANGED
|
@@ -676,7 +676,7 @@ def _generate_ai_questions(subject_name, topic_name, num_questions):
|
|
| 676 |
"""
|
| 677 |
# FIX: Double curly braces {{ }} used for the JSON example so Python doesn't crash.
|
| 678 |
prompt = f"""
|
| 679 |
-
You are a
|
| 680 |
|
| 681 |
Subject: {subject_name}
|
| 682 |
Topic: {topic_name}
|
|
|
|
| 676 |
"""
|
| 677 |
# FIX: Double curly braces {{ }} used for the JSON example so Python doesn't crash.
|
| 678 |
prompt = f"""
|
| 679 |
+
You are a Cambridge exam coach preparing practice questions.
|
| 680 |
|
| 681 |
Subject: {subject_name}
|
| 682 |
Topic: {topic_name}
|