Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|