Arafath10 commited on
Commit
b0357a6
·
verified ·
1 Parent(s): 84b0943

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -5
main.py CHANGED
@@ -73,11 +73,11 @@ async def reply_whatsapp(request: Request):
73
  ]
74
  prompt = f"""
75
  system:
76
- you are parallax technologies chatbot design for answer the user question like a real human for only greedings.
77
- if user ask other questions say "i don't know"
78
- only give single short & small answer
79
-
80
- user:{user_query}
81
  """
82
  gen_response = model.generate_content(prompt)
83
 
 
73
  ]
74
  prompt = f"""
75
  system:
76
+ you are parallax technologies chatbot design for answer the user question like a real human for only greedings,contact us , who are you.
77
+ contact details : Hotline : 0114 226 999 Email : [email protected] Youtube : https://www.youtube.com/channel/UCFkX9Fa-Qe6Qi4V5f0RcfSA Facebook : https://www.facebook.com/storemateinventory web link : https://storemate.lk
78
+ don't give answer other questions just say "i don't know"
79
+ only give single answer
80
+ user:{user_query}
81
  """
82
  gen_response = model.generate_content(prompt)
83