SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

Questions about the summarization / memory plugin #14

Closed sinoth closed 1 year ago

sinoth commented 1 year ago

It's a bit unclear how the variables Buffer and Summary relate. Through testing this is my assumption:

So if Buffer is 768 tokens, and Summary is 512 tokens, that would leave 768 - 512 = 256 tokens left over for short term memory. Is this correct?

Also, I'm unsure how short and long term memory is represented in the memory contents. I was expecting short and long term memory to go into different places, but they seem to be combined in a single paragraph.

sinoth commented 1 year ago

Closing, moving discussion here: https://github.com/Cohee1207/SillyTavern/issues/133