mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-13 22:02:56 +00:00
fixed ttv
This commit is contained in:
parent
34d090b755
commit
9cd2cc29a5
@ -685,7 +685,7 @@ class LollmsApplication(LoLLMsCom):
|
||||
ASCIIColors.execute_with_animation("Loading loacal TTI services", start_tti, ASCIIColors.color_blue)
|
||||
|
||||
def start_ttv(*args, **kwargs):
|
||||
self.ttv = self.load_class_from_folder(self.lollms_paths.services_zoo_path, self.config.active_ttv_service)
|
||||
self.ttv = self.load_class_from_folder(self.lollms_paths.services_zoo_path/"ttv", self.config.active_ttv_service)
|
||||
|
||||
|
||||
ASCIIColors.execute_with_animation("Loading loacal TTV services", start_ttv, ASCIIColors.color_blue)
|
||||
@ -801,7 +801,7 @@ class LollmsApplication(LoLLMsCom):
|
||||
|
||||
|
||||
def start_ttv(*args, **kwargs):
|
||||
self.ttv = self.load_class_from_folder(self.lollms_paths.services_zoo_path, self.config.active_ttv_service)
|
||||
self.ttv = self.load_class_from_folder(self.lollms_paths.services_zoo_path/"ttv", self.config.active_ttv_service)
|
||||
|
||||
|
||||
ASCIIColors.execute_with_animation("Loading loacal TTV services", start_ttv, ASCIIColors.color_blue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user