diff --git a/memory_system.py b/memory_system.py index 56e8225..b5666d1 100644 --- a/memory_system.py +++ b/memory_system.py @@ -1,7 +1,7 @@ """ title: Memory System description: A semantic memory management system for Open WebUI that consolidates, deduplicates, and retrieves personalized user memories using LLM operations. -version: 1.0.0 +version: 1.2.0 authors: https://github.com/mtayfur license: Apache-2.0 required_open_webui_version: 0.6.37