Vishnu A Joshy

Results 2 issues of Vishnu A Joshy

I am trying to create a chatbot using mistral 7b model (mistral-7b-openorca.Q4_K_M.gguf) . The model should reply "I don't know" for latest events questions like (What is the weather today...

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,)