darshan8950 commited on
Commit
fa82529
·
verified ·
1 Parent(s): 09a4a4b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -60,7 +60,7 @@ def recommend():
60
 
61
  for response in stream:
62
  output += response.token.text
63
- return jsonify({"ans": output})
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():