botsi commited on
Commit
cb190de
·
verified ·
1 Parent(s): d3fbd27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -499,7 +499,6 @@ def generate(
499
  turn_data = {
500
  "turn_id": len(existing_data) + 1 if existing_data is not None else 1,
501
  "question": message,
502
- "ip_address": request.client.host,
503
  "answer": readable_sentence,
504
  "timestamp": timestamp,
505
  }
 
499
  turn_data = {
500
  "turn_id": len(existing_data) + 1 if existing_data is not None else 1,
501
  "question": message,
 
502
  "answer": readable_sentence,
503
  "timestamp": timestamp,
504
  }