ccm commited on
Commit
924133f
·
verified ·
1 Parent(s): 06c4e96

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
main.py CHANGED
@@ -53,8 +53,6 @@ def search(query: str, k: int) -> tuple[str]:
53
 
54
  search_results += "\nSummarize the above abstracts as you respond to the following query:"
55
 
56
- print(search_results)
57
-
58
  return search_results, references
59
 
60
 
 
53
 
54
  search_results += "\nSummarize the above abstracts as you respond to the following query:"
55
 
 
 
56
  return search_results, references
57
 
58