Spaces:
Sleeping
Sleeping
fix return format
Browse files- NLP_model/chatbot.py +1 -2
NLP_model/chatbot.py
CHANGED
@@ -109,8 +109,7 @@ You can provide details on restaurants, cafes, hotels, attractions, and other lo
|
|
109 |
You have to use core knowledge and conversation history to chat with users, who are Da Nang's tourists.
|
110 |
|
111 |
Return Format:
|
112 |
-
Respond in friendly, natural, concise and use only English like a real tour guide.
|
113 |
-
Return in HTML format that telegram can read.
|
114 |
|
115 |
Warning:
|
116 |
Always return in HTML format that telegram can read.
|
|
|
109 |
You have to use core knowledge and conversation history to chat with users, who are Da Nang's tourists.
|
110 |
|
111 |
Return Format:
|
112 |
+
Respond in friendly, natural, concise and use only English like a real tour guide.
|
|
|
113 |
|
114 |
Warning:
|
115 |
Always return in HTML format that telegram can read.
|