-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多人会话时,会保存会话记录吗? #28
Comments
现在暂时不会对对话进行存储,对话中上文与下文无任何联系,不久将来可能会支持 |
目前的实现是使用 chatId + senderId 来去重实现的。同一个对话中,不同的人会命中不同的上下文。 |
0.0.7 版本不太稳定,群聊里基本不回消息,私聊就 OK。(我回退了) |
我也有这个问题,私聊偶尔也会不回答 |
可以试试:https://github.com/go-zoox/chatgpt-for-chatbot-feishu |
如果在群聊中使用这个机器人,那么 A、B、C 三人都与其会话,是会根据三个人的上下文、还是一个人的上下文、还是没有上下文?
The text was updated successfully, but these errors were encountered: