Arafath10 commited on
Commit
10d21cd
·
verified ·
1 Parent(s): 8dbfe6e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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}""")