AnishaG0201 commited on
Commit
a1cac95
1 Parent(s): b060585

Update function.py

Browse files
Files changed (1) hide show
  1. function.py +2 -2
function.py CHANGED
@@ -41,9 +41,9 @@ def GetLLMResponse(selected_topic_level, selected_topic,num_quizzes, model):
41
  questions = questions.content
42
  # return questions.content
43
 
44
- answers = "testing"
45
 
46
- # answers = get_answers(questions,model)
47
 
48
 
49
  return(questions,answers)
 
41
  questions = questions.content
42
  # return questions.content
43
 
44
+ # answers = "testing"
45
 
46
+ answers = get_answers(questions,model)
47
 
48
 
49
  return(questions,answers)