mlo0ollm commited on
Commit
a49b851
·
1 Parent(s): 7bb6c04
Files changed (1) hide show
  1. gpt_based_function.py +1 -0
gpt_based_function.py CHANGED
@@ -105,6 +105,7 @@ def gpt_easier_text_generator(user_input):
105
  )
106
 
107
  explanation = response['choices'][0]['message']['content']
 
108
 
109
 
110
  def gpt_rater(user_input):
 
105
  )
106
 
107
  explanation = response['choices'][0]['message']['content']
108
+ return explanation
109
 
110
 
111
  def gpt_rater(user_input):