Spaces:
Runtime error
Runtime error
Update helpers.py
Browse files- helpers.py +1 -1
helpers.py
CHANGED
@@ -422,7 +422,7 @@ def list_docx_files(folder_path):
|
|
422 |
[str(file) for file in Path(folder_path).rglob("*.doc")]
|
423 |
|
424 |
def prompt_order(queries):
|
425 |
-
text = 'IMPORTANT: Here is the questions of user in order, use that and the context above to know the best answer:\n'
|
426 |
i = 0
|
427 |
for q in queries:
|
428 |
i += 1
|
|
|
422 |
[str(file) for file in Path(folder_path).rglob("*.doc")]
|
423 |
|
424 |
def prompt_order(queries):
|
425 |
+
text = 'IMPORTANT: Here is the questions of user in order which the current question is the last question, use that and the context above to know the best answer for the current question:\n'
|
426 |
i = 0
|
427 |
for q in queries:
|
428 |
i += 1
|