This commit is contained in:
Saifeddine ALOUI 2024-02-10 12:12:44 +01:00
parent 43e46f7476
commit 526ab46c4d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit cebd64b6109ca1a1e64f1d958bb83ca05009deb9
Subproject commit eda4d02626106d36553c63b9837489e3fe567608

View File

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