mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-24 06:36:37 +00:00
Moving to v9.8 (beta)
This commit is contained in:
parent
6c8db009f6
commit
c11e5fe7d1
@ -1 +1 @@
|
|||||||
Subproject commit c2c008b538d575b442926b1c05a7a9073a14bbaf
|
Subproject commit c5bd7dc42bafcdd15c15c19315f1ed4c078eeec3
|
@ -72,7 +72,7 @@ def terminate_thread(thread):
|
|||||||
else:
|
else:
|
||||||
ASCIIColors.yellow("Canceled successfully")# The current version of the webui
|
ASCIIColors.yellow("Canceled successfully")# The current version of the webui
|
||||||
|
|
||||||
lollms_webui_version="9.8 (Alpha)"
|
lollms_webui_version="9.8 (Beta)"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1009,6 +1009,7 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
|||||||
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
|
||||||
self.start_time = datetime.now()
|
self.start_time = datetime.now()
|
||||||
|
self.update_message(client_id, "Generating ...", {"status":True}, msg_type=MSG_TYPE.MSG_TYPE_STEP_END)
|
||||||
self.new_message(
|
self.new_message(
|
||||||
client_id,
|
client_id,
|
||||||
self.personality.name if personality is None else personality.name,
|
self.personality.name if personality is None else personality.name,
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit dc32810661017a9a267c4999c910cbb0204b1a2e
|
Subproject commit 529e05791ddb3953b7708f2a9b731b8f81a2339c
|
Loading…
Reference in New Issue
Block a user