Pavan178 commited on
Commit
889981c
·
verified ·
1 Parent(s): 59db2e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ Refined Query:"""
39
  prompt=self.refinement_prompt
40
  )
41
 
42
- @timeout_decorator.timeout(30) # 30 seconds timeout
43
  def refine_query(self, original_query, context_hints=''):
44
  try:
45
  refined_query = self.refinement_chain.run({
 
39
  prompt=self.refinement_prompt
40
  )
41
 
42
+
43
  def refine_query(self, original_query, context_hints=''):
44
  try:
45
  refined_query = self.refinement_chain.run({