mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-08 03:50:22 +00:00
fix
This commit is contained in:
parent
a326b1775b
commit
f08d720742
@ -93,7 +93,7 @@ class LollmsApplication(LoLLMsCom):
|
|||||||
subprocess.run(["git", "-C", self.lollms_paths.safe_store_path, "pull"])
|
subprocess.run(["git", "-C", self.lollms_paths.safe_store_path, "pull"])
|
||||||
# Pull the repository if it already exists
|
# Pull the repository if it already exists
|
||||||
|
|
||||||
ASCIIColors.info("Bindings zoo found in your personal space.\nPulling last personalities zoo")
|
ASCIIColors.info("Bindings zoo found in your personal space.\nPulling last bindings zoo")
|
||||||
subprocess.run(["git", "-C", self.lollms_paths.bindings_zoo_path, "pull"])
|
subprocess.run(["git", "-C", self.lollms_paths.bindings_zoo_path, "pull"])
|
||||||
# Pull the repository if it already exists
|
# Pull the repository if it already exists
|
||||||
ASCIIColors.info("Personalities zoo found in your personal space.\nPulling last personalities zoo")
|
ASCIIColors.info("Personalities zoo found in your personal space.\nPulling last personalities zoo")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user