mathslearn commited on
Commit
373948d
·
verified ·
1 Parent(s): d6182df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -25,8 +25,10 @@ conversation = ConversationChain(
25
  )
26
 
27
  context = """
28
- Act as an OrderBot, you work collecting orders in a delivery only fast food restaurant called My Dear Frankfurt. \
29
- First welcome the customer, in a very friendly way, then collect the order. \
 
 
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. \