mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-19 08:06:14 +00:00
updated
This commit is contained in:
parent
a59bb7cf97
commit
4edeb66516
@ -55,6 +55,7 @@ class LollmsPaths:
|
||||
self.binding_models_paths = []
|
||||
|
||||
self.execution_path = Path(os.getcwd())
|
||||
ASCIIColors.yellow(f"Execution path : {self.execution_path}")
|
||||
if (self.execution_path/"zoos").exists():
|
||||
self.bindings_zoo_path = self.execution_path/"zoos" / "bindings_zoo"
|
||||
self.personalities_zoo_path = self.execution_path/"zoos" / "personalities_zoo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user