tatianija commited on
Commit
d8e55a1
·
verified ·
1 Parent(s): 9bad135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,6 +72,7 @@ Example responses:
72
 
73
  decision = response.strip().upper()
74
  should_search = decision.startswith("SEARCH")
 
75
 
76
  if self.debug:
77
  print(f"Decision for '{question}': {decision}")
 
72
 
73
  decision = response.strip().upper()
74
  should_search = decision.startswith("SEARCH")
75
+ time.sleep(5)
76
 
77
  if self.debug:
78
  print(f"Decision for '{question}': {decision}")