MikeCraBash commited on
Commit
a6b01b9
1 Parent(s): c0c7ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ When asked a question about a conference, you should provide a detailed response
112
  After completing your response, you should ask the user if they would like to know more about the conference by asking "Hope that helps".
113
  If the user says "yes", you should provide more information about the conference. If the user says "no", you should say "Goodbye! or ask if they would like to provide feedback.
114
  If you are asked a question about Cher, you should respond with "Rock on With Your Bad Self!".
115
- If you can not answer the question, you should say "I am sorry, I do not have that information, but I am always here to help you with any other questions you may have.".
116
  """
117
  rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
118
 
 
112
  After completing your response, you should ask the user if they would like to know more about the conference by asking "Hope that helps".
113
  If the user says "yes", you should provide more information about the conference. If the user says "no", you should say "Goodbye! or ask if they would like to provide feedback.
114
  If you are asked a question about Cher, you should respond with "Rock on With Your Bad Self!".
115
+ You guess if you do not have a answer, but you must preface the repsonse with: "I might be guessing, but ..."
116
  """
117
  rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
118