demoPOC commited on
Commit
0cbb22a
·
1 Parent(s): 4f56112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -185,6 +185,7 @@ def aiassist():
185
 
186
  @app.route('/agent/chat/suggestion', methods=['POST'])
187
  def process_json():
 
188
  print(f"\n{'*' * 100}\n")
189
  print("Request Received >>>>>>>>>>>>>>>>>>", datetime.now().strftime("%H:%M:%S"))
190
  content_type = request.headers.get('Content-Type')
 
185
 
186
  @app.route('/agent/chat/suggestion', methods=['POST'])
187
  def process_json():
188
+ print("RQST")
189
  print(f"\n{'*' * 100}\n")
190
  print("Request Received >>>>>>>>>>>>>>>>>>", datetime.now().strftime("%H:%M:%S"))
191
  content_type = request.headers.get('Content-Type')