Spaces:
Runtime error
Runtime error
Commit
·
9e27789
1
Parent(s):
7560592
added citations in output
Browse files- conversation.py +1 -1
conversation.py
CHANGED
@@ -215,7 +215,7 @@ def run(input_):
|
|
215 |
source_text += f"{i+1}. {temp}\n"
|
216 |
doc_text += f"{i+1}. {docs[i]}\n"
|
217 |
|
218 |
-
|
219 |
# output_text = f"{output_text}"
|
220 |
|
221 |
doc_to_insert = {
|
|
|
215 |
source_text += f"{i+1}. {temp}\n"
|
216 |
doc_text += f"{i+1}. {docs[i]}\n"
|
217 |
|
218 |
+
output_text = f"{output_text} \n\nSources: \n{source_text}"
|
219 |
# output_text = f"{output_text}"
|
220 |
|
221 |
doc_to_insert = {
|