This commit is contained in:
Saifeddine ALOUI 2023-07-16 02:31:07 +02:00
parent 37eaf7e9f1
commit c50ba16a61
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class ASCIIColors:
@staticmethod
def info(text, end="\n", flush=False):
print(f"{ASCIIColors.color_blue}{text}{ASCIIColors.color_reset}", end=end, flush=flush)
print(f"{ASCIIColors.color_bright_blue}{text}{ASCIIColors.color_reset}", end=end, flush=flush)
@staticmethod
def red(text, end="\n", flush=False):

View File

@ -26,7 +26,7 @@ def get_all_files(path):
setuptools.setup(
name="lollms",
version="2.1.38",
version="2.1.39",
author="Saifeddine ALOUI",
author_email="aloui.saifeddine@gmail.com",
description="A python library for AI personality definition",