araeyn commited on
Commit
77043b3
·
verified ·
1 Parent(s): e6f7a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -83,8 +83,9 @@ If you don't know the answer, just say that you don't know.
83
  Use three sentences maximum and keep the answer concise. Do not repeat 'Assistant: ' or 'AI: '.
84
  Now, you will be given a question and you will need to answer it.
85
 
86
-
87
  {context}
 
 
88
  """
89
  qa_prompt = ChatPromptTemplate.from_messages(
90
  [
 
83
  Use three sentences maximum and keep the answer concise. Do not repeat 'Assistant: ' or 'AI: '.
84
  Now, you will be given a question and you will need to answer it.
85
 
 
86
  {context}
87
+
88
+ Assistant:
89
  """
90
  qa_prompt = ChatPromptTemplate.from_messages(
91
  [