From 526ab46c4d632aab8c78f4ddccffa5a6a6edb399 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sat, 10 Feb 2024 12:12:44 +0100 Subject: [PATCH] synced --- lollms_core | 2 +- lollms_webui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lollms_core b/lollms_core index cebd64b6..eda4d026 160000 --- a/lollms_core +++ b/lollms_core @@ -1 +1 @@ -Subproject commit cebd64b6109ca1a1e64f1d958bb83ca05009deb9 +Subproject commit eda4d02626106d36553c63b9837489e3fe567608 diff --git a/lollms_webui.py b/lollms_webui.py index ca09453e..cf316a2b 100644 --- a/lollms_webui.py +++ b/lollms_webui.py @@ -365,7 +365,7 @@ class LOLLMSWebUI(LOLLMSElfServer): else: self.error("I am busy. Come back later.", client_id=client_id) else: - if output["text"].lower()=="lollms": + if "lollms" in text.lower(): self.summoned = True def scrape_and_save(self, url, file_path):