mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 04:37:54 +00:00
fix
This commit is contained in:
parent
1f2fe5994d
commit
96e41deff9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user