araeyn commited on
Commit
59d0897
·
verified ·
1 Parent(s): 12c1975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ 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
 
85
  {context}
86
- {}"""
87
  qa_prompt = ChatPromptTemplate.from_messages(
88
  [
89
  ("system", qa_system_prompt),
 
83
  Use three sentences maximum and keep the answer concise. Do not repeat 'Assistant: ' or 'AI: '.
84
 
85
  {context}
86
+ """
87
  qa_prompt = ChatPromptTemplate.from_messages(
88
  [
89
  ("system", qa_system_prompt),