mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
synced
This commit is contained in:
parent
43e46f7476
commit
526ab46c4d
@ -1 +1 @@
|
||||
Subproject commit cebd64b6109ca1a1e64f1d958bb83ca05009deb9
|
||||
Subproject commit eda4d02626106d36553c63b9837489e3fe567608
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user