Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ conversation = ConversationChain(
|
|
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
|
34 |
For each text, mark NER tags. \
|
35 |
Tag categories: location, product. \
|
36 |
Text: I want to visit a clinic in [Ang Mo Kio](location). \
|
|
|
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 and friendly style. \
|
34 |
For each text, mark NER tags. \
|
35 |
Tag categories: location, product. \
|
36 |
Text: I want to visit a clinic in [Ang Mo Kio](location). \
|