chatbox icon indicating copy to clipboard operation
chatbox copied to clipboard

[Feature]实现一个带记忆的对话机器人

Open ZhangLi1984 opened this issue 1 year ago • 0 comments

问题描述 当gpt在进行多轮对话后,会忘记之前的内容,重新生成新的内容。

解决思路 借助langchain的Memory可以实现一个带记忆的对话机器人

附加上下文 https://github.com/logspace-ai/langflow https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide

ZhangLi1984 avatar Apr 18 '23 03:04 ZhangLi1984