Spaces:
Running
Running
Update main.py
Browse files
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 |
-
|
78 |
-
|
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 |
|