mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-19 08:16:14 +00:00
upgraded
This commit is contained in:
parent
16216a8b18
commit
21df8db7a1
@ -1 +1 @@
|
||||
Subproject commit 2d0473771c1aa494effb2ec263231bbe3044f0d7
|
||||
Subproject commit 2d6fe6278408da067daacef448253237c17a322b
|
@ -1187,10 +1187,6 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
||||
]:
|
||||
return
|
||||
|
||||
if data is not None:
|
||||
if not client_id in list(self.session.clients.keys()):
|
||||
self.error("Connection lost", client_id=client_id)
|
||||
return
|
||||
if operation_type == MSG_OPERATION_TYPE.MSG_OPERATION_TYPE_STEP:
|
||||
ASCIIColors.info("--> Step:" + data)
|
||||
self.update_message_step(client_id, data, operation_type)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit fd0b4591947021f1f1419e5ff9c4471501121bcd
|
||||
Subproject commit 381472d7d9caaea768621a7e896cba0371d0c18e
|
Loading…
x
Reference in New Issue
Block a user