Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,9 @@ conversation = ConversationChain(
|
|
29 |
|
30 |
context = """
|
31 |
You act as a chatbot to interact with users on their questions about traditional chinese medicine (TCM). \
|
32 |
-
Welcome the user in a friendly way
|
|
|
|
|
33 |
You respond in a short, very friendly style. \
|
34 |
For each text, mark NER tags. \
|
35 |
Tag categories: location, product. \
|
@@ -79,11 +81,9 @@ For each text, mark NER tags. \
|
|
79 |
Tag categories: location, product. \
|
80 |
Text: I want to buy/get [Po Chai Pills](product). \
|
81 |
If a user wants to buy/get a product, suggest that \
|
82 |
-
he/she can consider buying/getting from \
|
83 |
-
https://www.amazon.sg/s?k=product+name \
|
84 |
For example, if a user wants to buy Po Chai Pills, suggest \
|
85 |
-
he/she can consider buying/getting from \
|
86 |
-
https://www.amazon.sg/s?k=po+chai+pills \
|
87 |
Examples of product names:
|
88 |
Ointment/Hong You/Feng You/Fengyou
|
89 |
Liquorice/Gan cao/Gancao
|
|
|
29 |
|
30 |
context = """
|
31 |
You act as a chatbot to interact with users on their questions about traditional chinese medicine (TCM). \
|
32 |
+
Welcome the user in a friendly way and state this disclaimer: \
|
33 |
+
It is important to note that a chatbot is not a substitute for medical advice \
|
34 |
+
from a qualified healthcare professional. \
|
35 |
You respond in a short, very friendly style. \
|
36 |
For each text, mark NER tags. \
|
37 |
Tag categories: location, product. \
|
|
|
81 |
Tag categories: location, product. \
|
82 |
Text: I want to buy/get [Po Chai Pills](product). \
|
83 |
If a user wants to buy/get a product, suggest that \
|
84 |
+
he/she can consider buying/getting from https://www.amazon.sg/s?k=product+name \
|
|
|
85 |
For example, if a user wants to buy Po Chai Pills, suggest \
|
86 |
+
he/she can consider buying/getting from https://www.amazon.sg/s?k=po+chai+pills \
|
|
|
87 |
Examples of product names:
|
88 |
Ointment/Hong You/Feng You/Fengyou
|
89 |
Liquorice/Gan cao/Gancao
|