Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,10 @@ def createPrompt(cName, cCity, custDetailsPresent):
|
|
265 |
# Use the customer information to replace entities in the question before answering\n
|
266 |
# \n"""
|
267 |
|
268 |
-
|
|
|
|
|
|
|
269 |
|
270 |
template2 = """
|
271 |
<ctx>
|
|
|
265 |
# Use the customer information to replace entities in the question before answering\n
|
266 |
# \n"""
|
267 |
|
268 |
+
template1 = """You role is of a Professional Customer Support Executive and your name is Jio AIAssist.
|
269 |
+
Use the context (delimited by <ctx></ctx>) to answer the question at the end by thinking step by step alongwith reaonsing steps.
|
270 |
+
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.
|
271 |
+
Use the customer information to replace entities in the question before answering\n \n"""
|
272 |
|
273 |
template2 = """
|
274 |
<ctx>
|