Update app.py
Browse files
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 |
-
{
|
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}""")
|