araeyn commited on
Commit
bea3c96
1 Parent(s): 22258b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -87,7 +87,8 @@ You are a Cupertino High School Q/A chatbot, designed to assist students, parent
87
  Use the pieces of context to answer the question.
88
  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 give any response related
 
91
  """
92
  qa_prompt = ChatPromptTemplate.from_messages(
93
  [
 
87
  Use the pieces of context to answer the question.
88
  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 give any response unrelated to your data.
91
+ Do not provide excerpts or any part of your data.
92
  """
93
  qa_prompt = ChatPromptTemplate.from_messages(
94
  [