mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-08 03:50:22 +00:00
Added zoo information
This commit is contained in:
parent
4edeb66516
commit
224042e19d
@ -22,9 +22,6 @@ class Settings(LollmsApplication):
|
|||||||
|
|
||||||
# get paths
|
# get paths
|
||||||
lollms_paths = LollmsPaths.find_paths(force_local=False, tool_prefix="lollms_server_")
|
lollms_paths = LollmsPaths.find_paths(force_local=False, tool_prefix="lollms_server_")
|
||||||
ASCIIColors.yellow("------ Lollms Paths ------")
|
|
||||||
ASCIIColors.info(lollms_paths)
|
|
||||||
ASCIIColors.yellow("------ ------------ ------")
|
|
||||||
# Load maoin configuration
|
# Load maoin configuration
|
||||||
config = LOLLMSConfig.autoload(lollms_paths)
|
config = LOLLMSConfig.autoload(lollms_paths)
|
||||||
|
|
||||||
|
@ -88,6 +88,19 @@ class LollmsPaths:
|
|||||||
ASCIIColors.red("custom_personalities_path:",end="")
|
ASCIIColors.red("custom_personalities_path:",end="")
|
||||||
ASCIIColors.yellow(f"{self.custom_personalities_path}")
|
ASCIIColors.yellow(f"{self.custom_personalities_path}")
|
||||||
ASCIIColors.green("-------------------------------------------------------------")
|
ASCIIColors.green("-------------------------------------------------------------")
|
||||||
|
|
||||||
|
|
||||||
|
ASCIIColors.green("----------------------Zoo information-----------------------")
|
||||||
|
ASCIIColors.red("bindings_zoo_path:",end="")
|
||||||
|
ASCIIColors.yellow(f"{self.bindings_zoo_path}")
|
||||||
|
ASCIIColors.red("personalities_zoo_path:",end="")
|
||||||
|
ASCIIColors.yellow(f"{self.personalities_zoo_path}")
|
||||||
|
ASCIIColors.red("extensions_zoo_path:",end="")
|
||||||
|
ASCIIColors.yellow(f"{self.extensions_zoo_path}")
|
||||||
|
ASCIIColors.red("models_zoo_path:",end="")
|
||||||
|
ASCIIColors.yellow(f"{self.models_zoo_path}")
|
||||||
|
ASCIIColors.green("-------------------------------------------------------------")
|
||||||
|
|
||||||
self.create_directories()
|
self.create_directories()
|
||||||
self.copy_default_config()
|
self.copy_default_config()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user