aakash0017 commited on
Commit
b286610
·
1 Parent(s): bb8eccf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. conversation.py +2 -1
conversation.py CHANGED
@@ -76,7 +76,8 @@ def run(input_):
76
  source_text += f"{i+1}. {temp}\n"
77
  doc_text += f"{i+1}. {docs[i]}\n"
78
 
79
- output_text = f"{output_text} \n\nSources: \n{source_text}\n\nDocuments: \n{doc_text}"
 
80
 
81
  doc_to_insert = {
82
  "user": user_name,
 
76
  source_text += f"{i+1}. {temp}\n"
77
  doc_text += f"{i+1}. {docs[i]}\n"
78
 
79
+ # output_text = f"{output_text} \n\nSources: \n{source_text}\n\nDocuments: \n{doc_text}"
80
+ # output_text = f"{output_text}"
81
 
82
  doc_to_insert = {
83
  "user": user_name,