Update main.py
Browse files
main.py
CHANGED
@@ -60,7 +60,7 @@ def recommend():
|
|
60 |
|
61 |
for response in stream:
|
62 |
output += response.token.text
|
63 |
-
return
|
64 |
|
65 |
@app.route('/get_mentor', methods=['POST'])
|
66 |
def mentor():
|
|
|
60 |
|
61 |
for response in stream:
|
62 |
output += response.token.text
|
63 |
+
return output
|
64 |
|
65 |
@app.route('/get_mentor', methods=['POST'])
|
66 |
def mentor():
|