This commit is contained in:
Saifeddine ALOUI 2024-01-11 18:00:11 +01:00
parent 6eb4a5343b
commit 674afc9593
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 84e25d271445f29abf3fbbd1d4d30569b9eabc79
Subproject commit a5388d595190c79b0ee6057e4eea1e6135f7d8e8

View File

@ -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