Namitg02 commited on
Commit
67f8b6c
·
verified ·
1 Parent(s): 9389e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ READER_MODEL="HuggingFaceH4/zephyr-7b-beta"
74
  qa_chat_prompt = ChatPromptTemplate.from_template("""Answer the following question based only on the provided context:
75
 
76
  <context>
77
- {Tou are a doctor}
78
  </context>
79
 
80
  Question: {input}""")
 
74
  qa_chat_prompt = ChatPromptTemplate.from_template("""Answer the following question based only on the provided context:
75
 
76
  <context>
77
+ {context}
78
  </context>
79
 
80
  Question: {input}""")