Namitg02 commited on
Commit
2326fc6
·
verified ·
1 Parent(s): e966c44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,8 +99,8 @@ 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(formatted_prompt)
103
  print("check5")
 
104
  # print(retrieved_documents['0'])
105
  # print(formatted_prompt)
106
  # formatted_prompt_with_history = add_history(formatted_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
+
104
  # print(retrieved_documents['0'])
105
  # print(formatted_prompt)
106
  # formatted_prompt_with_history = add_history(formatted_prompt, history)