Description
add a memory system that makes the ai summarize the last few (or more) messages before putting it into a list, and then after it should discard the summarized messages out of the context window so that offline running llms doesn't take a long time. this can probably help with continuing chats after the model is unloaded since it doesn't have to reread the past messages again, only the summarizations. this can also help with using short context window llms or making it remember longer
Proposed Solution
No response
Description
add a memory system that makes the ai summarize the last few (or more) messages before putting it into a list, and then after it should discard the summarized messages out of the context window so that offline running llms doesn't take a long time. this can probably help with continuing chats after the model is unloaded since it doesn't have to reread the past messages again, only the summarizations. this can also help with using short context window llms or making it remember longer
Proposed Solution
No response