Namitg02 commited on
Commit
eb94f10
·
verified ·
1 Parent(s): 49ba388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def talk(prompt, history):
101
  # print("check4")
102
  formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
103
  print("check5")
104
-
105
  # print(retrieved_documents['0'])
106
  # print(formatted_prompt)
107
  # formatted_prompt_with_history = add_history(formatted_prompt, history)
 
101
  # print("check4")
102
  formatted_prompt = format_prompt(prompt,retrieved_documents,k,history,memory_limit=3) # create a new prompt using the retrieved documents
103
  print("check5")
104
+ pd.options.display.max_colwidth = 4000
105
  # print(retrieved_documents['0'])
106
  # print(formatted_prompt)
107
  # formatted_prompt_with_history = add_history(formatted_prompt, history)