paralym commited on
Commit
c10811c
1 Parent(s): b1528ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -332,11 +332,8 @@ def bot(history):
332
 
333
  with open(get_conv_log_filename(), "a") as fout:
334
  data = {
335
- "tstamp": round(finish_tstamp, 4),
336
  "type": "chat",
337
  "model": "Pangea-7b",
338
- "start": round(start_tstamp, 4),
339
- "finish": round(start_tstamp, 4),
340
  "state": history,
341
  "images": all_image_hash,
342
  }
 
332
 
333
  with open(get_conv_log_filename(), "a") as fout:
334
  data = {
 
335
  "type": "chat",
336
  "model": "Pangea-7b",
 
 
337
  "state": history,
338
  "images": all_image_hash,
339
  }