ExplrChatbot / chatbot /memory.py
anhkhoiphan's picture
Restarting repo with clean history
3c5f44b
raw
history blame contribute delete
138 Bytes
from langchain.memory import ConversationBufferMemory
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)