ManTea commited on
Commit
8a1fc7f
·
1 Parent(s): b657ea9

fix return format

Browse files
Files changed (1) hide show
  1. NLP_model/chatbot.py +1 -1
NLP_model/chatbot.py CHANGED
@@ -110,7 +110,7 @@ You have to use core knowledge and conversation history to chat with users, who
110
 
111
  Return Format:
112
  Respond in friendly, natural, concise and use only English like a real tour guide.
113
- Return in Markdown format that telegram can read
114
 
115
  Warning:
116
  Let's support users like a real tour guide, not a bot. The information in core knowledge is your own knowledge.
 
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
  Let's support users like a real tour guide, not a bot. The information in core knowledge is your own knowledge.