This commit is contained in:
Saifeddine ALOUI 2024-05-24 00:12:01 +02:00
parent 1f2fe5994d
commit 96e41deff9

View File

@ -243,7 +243,7 @@ class LollmsApplication(LoLLMsCom):
def start_servers(self):
ASCIIColors.yellow("* - * - * - Starting services - * - * - *")
if self.config.enable_ollama_service:
@ -338,6 +338,7 @@ class LollmsApplication(LoLLMsCom):
def verify_servers(self, reload_all=False):
ASCIIColors.yellow("* - * - * - Verifying services - * - * - *")
try:
if self.config.enable_ollama_service and self.ollama is None: