Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -143,7 +143,7 @@ async def reply_whatsapp(request: Request):
|
|
143 |
|
144 |
#msg.media(GOOD_BOY_URL)
|
145 |
gpt_response = query_engine.query(f"""
|
146 |
-
if you find the answer from provided data then give answer with steps and add the more details link and propper line breaks(\n).
|
147 |
if not find the answer from provided data then say 'please contact our helpdesk'
|
148 |
|
149 |
user question : {user_query}""")
|
|
|
143 |
|
144 |
#msg.media(GOOD_BOY_URL)
|
145 |
gpt_response = query_engine.query(f"""
|
146 |
+
if you find the answer from provided data then give the realistic(like real human) answer with steps and add the more details link and propper line breaks(\n).
|
147 |
if not find the answer from provided data then say 'please contact our helpdesk'
|
148 |
|
149 |
user question : {user_query}""")
|