mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-07 11:30:15 +00:00
Upgraded Logo
This commit is contained in:
parent
61a4f15109
commit
6836028bbb
@ -19,10 +19,21 @@ class MainMenu:
|
|||||||
|
|
||||||
def show_logo(self):
|
def show_logo(self):
|
||||||
print(f"{ASCIIColors.color_bright_yellow}")
|
print(f"{ASCIIColors.color_bright_yellow}")
|
||||||
print("█ █ █ █▄ ▄█▄ ▄█ ")
|
print(" ___ ___ ___ ___ ___ ___ ")
|
||||||
print("█ ▄▀▀▄ █ █ █ ▀ ▀ █ ▄▀▀▄ ")
|
print(" /\__\ /\ \ /\__\ /\__\ /\__\ /\ \ ")
|
||||||
print("█ █ █ █ █ █ █ ▀▄▄ ")
|
print(" /:/ / /::\ \ /:/ / /:/ / /::| | /::\ \ ")
|
||||||
print("█▄▄▄▄ ▀▄▄▀ █▄▄▄▄▄ █▄▄▄▄ █ █ ▄▄▄▀ ")
|
print(" /:/ / /:/\:\ \ /:/ / /:/ / /:|:| | /:/\ \ \ ")
|
||||||
|
print(" /:/ / /:/ \:\ \ /:/ / /:/ / /:/|:|__|__ _\:\~\ \ \ ")
|
||||||
|
print(" /:/__/ /:/__/ \:\__\ /:/__/ /:/__/ /:/ |::::\__\ /\ \:\ \ \__\ ")
|
||||||
|
print(" \:\ \ \:\ \ /:/ / \:\ \ \:\ \ \/__/~~/:/ / \:\ \:\ \/__/ ")
|
||||||
|
print(" \:\ \ \:\ /:/ / \:\ \ \:\ \ /:/ / \:\ \:\__\ ")
|
||||||
|
print(" \:\ \ \:\/:/ / \:\ \ \:\ \ /:/ / \:\/:/ / ")
|
||||||
|
print(" \:\__\ \::/ / \:\__\ \:\__\ /:/ / \::/ / ")
|
||||||
|
print(" \/__/ \/__/ \/__/ \/__/ \/__/ \/__/ ")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print(f"{ASCIIColors.color_reset}")
|
print(f"{ASCIIColors.color_reset}")
|
||||||
print(f"{ASCIIColors.color_red}Version: {ASCIIColors.color_green}{pkg_resources.get_distribution('lollms').version}")
|
print(f"{ASCIIColors.color_red}Version: {ASCIIColors.color_green}{pkg_resources.get_distribution('lollms').version}")
|
||||||
print(f"{ASCIIColors.color_red}By : {ASCIIColors.color_green}ParisNeo")
|
print(f"{ASCIIColors.color_red}By : {ASCIIColors.color_green}ParisNeo")
|
||||||
|
@ -48,7 +48,6 @@ class LollmsPaths:
|
|||||||
if not local_config_path.exists():
|
if not local_config_path.exists():
|
||||||
shutil.copy(self.default_cfg_path, str(local_config_path))
|
shutil.copy(self.default_cfg_path, str(local_config_path))
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def find_paths(force_local=False, custom_default_cfg_path=None):
|
def find_paths(force_local=False, custom_default_cfg_path=None):
|
||||||
lollms_path = Path(__file__).parent
|
lollms_path = Path(__file__).parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user