mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
upgraded
This commit is contained in:
parent
6eb4a5343b
commit
674afc9593
@ -1 +1 @@
|
||||
Subproject commit 84e25d271445f29abf3fbbd1d4d30569b9eabc79
|
||||
Subproject commit a5388d595190c79b0ee6057e4eea1e6135f7d8e8
|
@ -146,7 +146,10 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
||||
self.cancel_gen = False
|
||||
|
||||
|
||||
|
||||
if self.config.auto_update:
|
||||
if self.check_update_():
|
||||
ASCIIColors.info("New version found. Updating!")
|
||||
self.run_update_script()
|
||||
# Keeping track of current discussion and message
|
||||
self._current_user_message_id = 0
|
||||
self._current_ai_message_id = 0
|
||||
|
Loading…
Reference in New Issue
Block a user