localGPT
localGPT copied to clipboard
How do I add memory to chat-zero-shot-react-description?
The below code is not able to access chat histroy..Can someone help me here?
CODE
memory - ConversationBufferMemory(memory_key="chat_history", return_messages-True
conversational_agent initialize_agent(
agent="chat-zero-shot-react-description"
tools=[search_tool],#, LLM_tool],
11m-11m,
verbose-True,
max_iterations-3,
memory-memory,)