Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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):
|