Docfile commited on
Commit
1edac66
·
verified ·
1 Parent(s): b9d6da5

Update ap.py

Browse files
Files changed (1) hide show
  1. ap.py +1 -1
ap.py CHANGED
@@ -160,7 +160,7 @@ def svt_submit():
160
  )
161
 
162
 
163
- return jsonify({"response": response.text, "thoughts": response.prompt_feedback})
164
 
165
 
166
  except Exception as e:
 
160
  )
161
 
162
 
163
+ return jsonify({"response": response.text})
164
 
165
 
166
  except Exception as e: