ClementViricel
Results
1
comments of
ClementViricel
Hello, I have the same issue here : ``` memory = ConversationBufferMemory( memory_key="chat_history", input_key="question", output_key="output_text", return_messages=True, human_prefix="Humain", ai_prefix="Assistant", ) ``` Here the verbosity of the chain : ``` Human: Quels...