ccm commited on
Commit
b4b6165
·
verified ·
1 Parent(s): f2a066a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -69,7 +69,7 @@ def preprocess(query: str, k: int) -> tuple[str, str]:
69
  "ANSWER:\n"
70
  )
71
 
72
- references = ""
73
  research_abstracts = ""
74
 
75
  for i in range(k):
 
69
  "ANSWER:\n"
70
  )
71
 
72
+ references = []
73
  research_abstracts = ""
74
 
75
  for i in range(k):