zhangjf commited on
Commit
b04f1ea
1 Parent(s): dcc0016

update existing qas.json

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def ask(query, max_attempt_times=3):
110
  return answer
111
 
112
 
113
- def askingChatGPT(qs, qas, min_interval_seconds=5):
114
 
115
  for i, q in enumerate(qs):
116
  ask_start_time = time.time()
 
110
  return answer
111
 
112
 
113
+ def askingChatGPT(qs, qas, min_interval_seconds=10):
114
 
115
  for i, q in enumerate(qs):
116
  ask_start_time = time.time()