chatbox
chatbox copied to clipboard
[Feature]实现一个带记忆的对话机器人
问题描述 当gpt在进行多轮对话后,会忘记之前的内容,重新生成新的内容。
解决思路 借助langchain的Memory可以实现一个带记忆的对话机器人
附加上下文 https://github.com/logspace-ai/langflow https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide