Spaces:
Runtime error
Runtime error
force English only
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def generate_questions(input_prompt):
|
|
| 31 |
"""
|
| 32 |
|
| 33 |
|
| 34 |
-
prompt=f"Generate 5 simple questions for an EFL (English as a Foreign Language) based on the following topic: {input_prompt}"
|
| 35 |
|
| 36 |
response = client.chat.completions.create(
|
| 37 |
|
|
|
|
| 31 |
"""
|
| 32 |
|
| 33 |
|
| 34 |
+
prompt=f"Generate 5 simple questions in English for an EFL (English as a Foreign Language) based on the following topic: {input_prompt}"
|
| 35 |
|
| 36 |
response = client.chat.completions.create(
|
| 37 |
|