From d07a853aeb159c5412018d6b048e942adec52a6e Mon Sep 17 00:00:00 2001 From: GlissemanTV Date: Sun, 26 Oct 2025 16:05:35 +0100 Subject: [PATCH] add current model using case --- memory_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory_system.py b/memory_system.py index d52cd2d..ea5afee 100644 --- a/memory_system.py +++ b/memory_system.py @@ -2342,4 +2342,4 @@ class Filter: if not content or content.strip() == "": raise ValueError("🤖 Empty response from LLM") - return content + return content \ No newline at end of file