Spaces:
Runtime error
Runtime error
- 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):
|