bruno16 commited on
Commit
befaba8
·
verified ·
1 Parent(s): ce65deb

Update chain.py

Browse files
Files changed (1) hide show
  1. chain.py +2 -0
chain.py CHANGED
@@ -87,6 +87,8 @@ def get_answer(
87
 
88
  # Log user question
89
  logging.info(f"User question: {question}")
 
 
90
 
91
  result = chain(
92
  inputs={"question": question, "chat_history": chat_history},
 
87
 
88
  # Log user question
89
  logging.info(f"User question: {question}")
90
+
91
+ print("File writing complete.")
92
 
93
  result = chain(
94
  inputs={"question": question, "chat_history": chat_history},