theubie / complex_memory

A KoboldAI-like memory extension for oobabooga's text-generation-webui
GNU Affero General Public License v3.0
107 stars 14 forks source link

suggestion #6

Open 2blackbar opened 1 year ago

2blackbar commented 1 year ago

Can the code be expanded so it could encapsulate a syntax for scripting engine , for exampe if id feed it this , so it could look up the syntax and produce better code ? https://gist.github.com/2blackbar/824467c8b604a81bab92e9c56fe78ad6

Also can you make it overwrite default knowledge within the model? when i for example create own memory with known name then its not using the memmory that i created . so i have to come up with unique not known name for memory.

also i noticed that it starts to mixup memories from different keywords if the names are similar, for example have two crew names and in the crew1 theres a person named amerika, in crew2 theres person named abigail, and the chat sometimes mixes up their names and abilities...