Moving to v9.8 (beta)

This commit is contained in:
Saifeddine ALOUI 2024-05-19 18:27:34 +02:00
parent 6c8db009f6
commit c11e5fe7d1
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit c2c008b538d575b442926b1c05a7a9073a14bbaf
Subproject commit c5bd7dc42bafcdd15c15c19315f1ed4c078eeec3

View File

@ -72,7 +72,7 @@ def terminate_thread(thread):
else:
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:
self.nb_received_tokens = 0
self.start_time = datetime.now()
self.update_message(client_id, "Generating ...", {"status":True}, msg_type=MSG_TYPE.MSG_TYPE_STEP_END)
self.new_message(
client_id,
self.personality.name if personality is None else personality.name,

@ -1 +1 @@
Subproject commit dc32810661017a9a267c4999c910cbb0204b1a2e
Subproject commit 529e05791ddb3953b7708f2a9b731b8f81a2339c