tatianija commited on
Commit
fdceba3
·
verified ·
1 Parent(s): 10d25e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ Answer:"""
117
 
118
  if self.debug:
119
  print(f"Search results type: {type(search_results)}")
120
- print(f"Search results: {search_results}")
121
 
122
  if not search_results:
123
  return "No search results found. Let me try to answer based on my knowledge:\n\n" + self._answer_with_llm(question)
 
117
 
118
  if self.debug:
119
  print(f"Search results type: {type(search_results)}")
120
+ #print(f"Search results: {search_results}")
121
 
122
  if not search_results:
123
  return "No search results found. Let me try to answer based on my knowledge:\n\n" + self._answer_with_llm(question)