diff --git a/lollms/helpers.py b/lollms/helpers.py index d513fcd..3b046f9 100644 --- a/lollms/helpers.py +++ b/lollms/helpers.py @@ -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): diff --git a/setup.py b/setup.py index bffd247..d406fd2 100644 --- a/setup.py +++ b/setup.py @@ -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",