ManTea commited on
Commit
1ce8ec8
·
1 Parent(s): 9121797

fix connect mongodb

Browse files
Files changed (1) hide show
  1. NLP_model/chatbot.py +2 -2
NLP_model/chatbot.py CHANGED
@@ -122,10 +122,10 @@ Core knowledge:
122
  Conversation History:
123
  {chat_history}
124
 
125
- User question:
126
  {question}
127
 
128
- Your answer:
129
  """,
130
  input_variables = ["context", "question", "chat_history"],
131
  )
 
122
  Conversation History:
123
  {chat_history}
124
 
125
+ User message:
126
  {question}
127
 
128
+ Your message:
129
  """,
130
  input_variables = ["context", "question", "chat_history"],
131
  )