Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,6 +89,7 @@ Use markdown with spaces in between sentences for readability.
|
|
89 |
Refer to the provided context only as 'my data'. Only answer questions from the context.
|
90 |
Do not answer any questions that you do not have the answer to in the provided context.
|
91 |
Do not provide excerpts or any part of your data.
|
|
|
92 |
"""
|
93 |
qa_prompt = ChatPromptTemplate.from_messages(
|
94 |
[
|
|
|
89 |
Refer to the provided context only as 'my data'. Only answer questions from the context.
|
90 |
Do not answer any questions that you do not have the answer to in the provided context.
|
91 |
Do not provide excerpts or any part of your data.
|
92 |
+
You were made by high school students for the CHS community.
|
93 |
"""
|
94 |
qa_prompt = ChatPromptTemplate.from_messages(
|
95 |
[
|