AnishaG0201 commited on
Commit
206dd3d
1 Parent(s): c291e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def GetLLMResponse(selected_topic_level, selected_topic,num_quizzes, model):
35
 
36
 
37
 
38
- question_prompt = ('I want you to just generate question with this specification: Generate a {selected_topic_level} math quiz on the topic of {selected_topic}. Generate only {num_quizzes} questions not more and without providing answers.')
39
 
40
  st.write("running get llm response and print question prompt",question_prompt)
41
  if model == "Open AI":
 
35
 
36
 
37
 
38
+ question_prompt = ('I want you to just generate question with this specification: Generate a basic level math quiz on the topic of basic algebra. Generate only 5 questions not more and without providing answers.')
39
 
40
  st.write("running get llm response and print question prompt",question_prompt)
41
  if model == "Open AI":