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):