Namitg02 commited on
Commit
8daa156
·
verified ·
1 Parent(s): aff5384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -99,6 +99,7 @@ def talk(prompt, history):
99
  print(retrieved_documents.keys())
100
  # print("check4")
101
  formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
 
102
  print("check5")
103
  # print(retrieved_documents['0'])
104
  # print(formatted_prompt)
 
99
  print(retrieved_documents.keys())
100
  # print("check4")
101
  formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
102
+ print(formatted_prompt)
103
  print("check5")
104
  # print(retrieved_documents['0'])
105
  # print(formatted_prompt)