mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Per Model / Chat Memory (User info, context; Not (V)RAM) #1715
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SuperZoops on GitHub (Aug 7, 2024).
Is your feature request related to a problem? Please describe.
The experimental memory function currently applies to all models ran by the user.
Describe the solution you'd like
I would like to propose a per model / per chat implementation of the above feature.
This would not only limit the access to random information to all models, but also allow for more in-depth roleplay scenarios, or even the tracking of inventory / status / whatever, during, for example, TTRPG campaigns.
Overall I believe it could help alleviate a lot of small context length issues, if used correctly.
I definitely think this would be an absolutely massive addition for a lot of people, and it's something I've been wanting for a very long time.
Describe alternatives you've considered
/*
Additional context
Quick and dirty Inspect element for visualization.
