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

Fix for `c86e9a3` commit #10

Closed dibrale closed 1 year ago

dibrale commented 1 year ago

Quick fix to make this extension work with the c86e9a3 commit. Mostly just copied blocks of code not immediately related to memory retrieval and context injection from generate_chat_prompt in the latest commit into custom_generate_chat_prompt. Seems to be working for me again now.

theubie commented 1 year ago

Fixed a missing global, but otherwise looks ok.