araeyn commited on
Commit
53dd9b4
1 Parent(s): b85d137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -77,7 +77,9 @@ history_aware_retriever = create_history_aware_retriever(
77
 
78
 
79
  ### Answer question ###
80
- qa_system_prompt = """Use the following pieces of retrieved context to answer the question.
 
 
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