mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
a little bugfix
This commit is contained in:
parent
788654bd5e
commit
c072a98319
@ -1511,7 +1511,8 @@ class LoLLMsAPPI(LollmsApplication):
|
||||
}, room=client_id
|
||||
)
|
||||
self.socketio.sleep(0.01)
|
||||
self.connections[client_id]["current_discussion"].update_message(self.connections[client_id]["generated_text"], new_metadata=mtdt, new_ui=ui)
|
||||
if msg_type != MSG_TYPE.MSG_TYPE_INFO:
|
||||
self.connections[client_id]["current_discussion"].update_message(self.connections[client_id]["generated_text"], new_metadata=mtdt, new_ui=ui)
|
||||
|
||||
def close_message(self, client_id):
|
||||
if not self.connections[client_id]["current_discussion"]:
|
||||
|
Loading…
Reference in New Issue
Block a user