-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix memory mixing in Twitter generate #23
Labels
Comments
Possibly related to #32 |
Related to #32. This is causing our agent personas to mix up so we def need to fix ASAP. @alextitonis @dreaminglucid if you have time, take a look? I'll look as well. |
will look into this today |
I see this is closed but I think it's still happening |
Fixed it by setting unique room IDs and message IDs for each message, then adding an agentId ito the memory type / in db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Twitter generate uses a default room ID and this might be causing problems between the clients, since they access the same sqlite database. So Spartan would say kind of weird stuff about quantum mechanics, because he's pulling some of Ruby's memories. This only seems to happen on generation since room id is same.
The text was updated successfully, but these errors were encountered: