steve7909 commited on
Commit
1aa54a1
·
1 Parent(s): d3100ed

force English only

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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