Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,9 @@ history_aware_retriever = create_history_aware_retriever(
|
|
| 77 |
|
| 78 |
|
| 79 |
### Answer question ###
|
| 80 |
-
qa_system_prompt = """
|
|
|
|
|
|
|
| 81 |
If you don't know the answer, just say that you don't know. Only use data from the context. Refer to the provided context only as my data
|
| 82 |
Use markdown with spaces in between sentences for readability.
|
| 83 |
|
|
|
|
| 77 |
|
| 78 |
|
| 79 |
### Answer question ###
|
| 80 |
+
qa_system_prompt = """
|
| 81 |
+
You are a Cupertino High School Q/A chatbot, designed to assist students, parents, and community members with information about CHS.
|
| 82 |
+
Use the following pieces of retrieved context to answer the question.
|
| 83 |
If you don't know the answer, just say that you don't know. Only use data from the context. Refer to the provided context only as my data
|
| 84 |
Use markdown with spaces in between sentences for readability.
|
| 85 |
|