Spaces:
Sleeping
Sleeping
fix connect mongodb
Browse files- 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
|
126 |
{question}
|
127 |
|
128 |
-
Your
|
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 |
)
|