mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
upgraded
This commit is contained in:
parent
09f353121f
commit
c7393afbf7
@ -898,6 +898,9 @@ class LoLLMsAPPI(LollmsApplication):
|
|||||||
if message_type == MSG_TYPE.MSG_TYPE_WARNING:
|
if message_type == MSG_TYPE.MSG_TYPE_WARNING:
|
||||||
self.notify(chunk,True, client_id)
|
self.notify(chunk,True, client_id)
|
||||||
ASCIIColors.error("--> Exception from personality:"+chunk)
|
ASCIIColors.error("--> Exception from personality:"+chunk)
|
||||||
|
if message_type == MSG_TYPE.MSG_TYPE_INFO:
|
||||||
|
self.notify(chunk,True, client_id)
|
||||||
|
ASCIIColors.info("--> Info:"+chunk)
|
||||||
|
|
||||||
if message_type == MSG_TYPE.MSG_TYPE_NEW_MESSAGE:
|
if message_type == MSG_TYPE.MSG_TYPE_NEW_MESSAGE:
|
||||||
self.nb_received_tokens = 0
|
self.nb_received_tokens = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user