thejagstudio commited on
Commit
e8a19b4
·
verified ·
1 Parent(s): de5ff2c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -214,7 +214,7 @@ def gptRes():
214
  except:
215
  output = output + ""
216
 
217
- return jsonify({"output": output})
218
 
219
 
220
  @app.route("/", methods=["GET"])
 
214
  except:
215
  output = output + ""
216
 
217
+ return jsonify({"response": output})
218
 
219
 
220
  @app.route("/", methods=["GET"])