mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
bugfix
This commit is contained in:
parent
46ba18cdee
commit
e96988bf03
@ -21,7 +21,7 @@ class Elf(LollmsApplication):
|
||||
def __init__(self):
|
||||
pass
|
||||
def init(self, custom_default_cfg_path):
|
||||
lollms_paths = LollmsPaths.find_paths(custom_default_cfg_path=custom_default_cfg_path, tool_prefix="lollms_elf_")
|
||||
lollms_paths = LollmsPaths.find_paths(custom_global_paths_cfg_path=custom_default_cfg_path, tool_prefix="lollms_elf_")
|
||||
config = LOLLMSConfig.autoload(lollms_paths, None)
|
||||
super().__init__("Elf", config, lollms_paths)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user