KyleIsaacs commited on
Commit
76e1a88
·
1 Parent(s): 028d88c
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ vectorstore = Chroma.from_documents(documents=docs, embedding=embedding)
31
 
32
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True) # to remember chat history include this
33
 
34
-
35
  prompt_template = """Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer.
36
  {context}
37
  Question: {question}"""
 
31
 
32
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True) # to remember chat history include this
33
 
 
34
  prompt_template = """Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer.
35
  {context}
36
  Question: {question}"""