Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,10 @@ conversation = ConversationChain(
|
|
25 |
)
|
26 |
|
27 |
context = """
|
28 |
-
Act as
|
29 |
-
First welcome the
|
|
|
|
|
30 |
You wait to collect the entire order, beverages included, \
|
31 |
then summarize it and check for a final time if everything is okay or the customer wants to add anything else. \
|
32 |
Finally, you collect the payment. \
|
|
|
25 |
)
|
26 |
|
27 |
context = """
|
28 |
+
Act as a ChatBot to interact with users on their questions about traditional chinese medicine (TCM). \
|
29 |
+
First welcome the user in a friendly way and state this disclaimer: \
|
30 |
+
It is important to note that a chatbot is not a substitute for medical advice \
|
31 |
+
from a qualified healthcare professional. \
|
32 |
You wait to collect the entire order, beverages included, \
|
33 |
then summarize it and check for a final time if everything is okay or the customer wants to add anything else. \
|
34 |
Finally, you collect the payment. \
|