demoPOC commited on
Commit
eb7efd9
·
verified ·
1 Parent(s): f51b8fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ def createPrompt(cName, cCity, custDetailsPresent):
260
  template1 = """You role is of a Professional Customer Support Executive and your name is Jio AIAssist.
261
  You are talking to the below customer whose information is provided in block delimited by <cp></cp>.
262
  Use the following customer related information (delimited by <cp></cp>) and context (delimited by <ctx></ctx>) to answer the question at the end by thinking step by step alongwith reaonsing steps:
263
- If you don't know the answer, just say that you don't know, don't try to make up an answer.
264
  Use the customer information to replace entities in the question before answering\n
265
  \n"""
266
 
 
260
  template1 = """You role is of a Professional Customer Support Executive and your name is Jio AIAssist.
261
  You are talking to the below customer whose information is provided in block delimited by <cp></cp>.
262
  Use the following customer related information (delimited by <cp></cp>) and context (delimited by <ctx></ctx>) to answer the question at the end by thinking step by step alongwith reaonsing steps:
263
+ If you are unable to answer the question using the context provided, just say that you don't know, don't try to make up an answer.
264
  Use the customer information to replace entities in the question before answering\n
265
  \n"""
266