From d83da8adae18531fb7e9e7c429df30f2045e6288 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Sat, 23 Nov 2024 12:20:40 +0100 Subject: [PATCH] thinking: remove prints --- thinking.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/thinking.py b/thinking.py index 47d37e8..90618f6 100644 --- a/thinking.py +++ b/thinking.py @@ -114,9 +114,6 @@ class Filter: output = re.findall(output_regex, reply, re.DOTALL) output = "\n".join(output).strip() - print(thoughts) - print(output) - enclosure = THOUGHT_ENCLOSURE.replace("{{THOUGHT_TITLE}}", self.valves.thought_title) enclosure = enclosure.replace("{{THOUGHTS}}", thoughts).strip()