Tonic commited on
Commit
3309025
1 Parent(s): 13d143c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def ask_openai(question):
25
  )
26
 
27
  response_received = False
28
- timeout = 30 # seconds
29
  start_time = time.time()
30
 
31
  while not response_received and time.time() - start_time < timeout:
 
25
  )
26
 
27
  response_received = False
28
+ timeout = 150
29
  start_time = time.time()
30
 
31
  while not response_received and time.time() - start_time < timeout: