From 8a5dae432e9490bc71127f056217b777cfa07c79 Mon Sep 17 00:00:00 2001 From: lunamidori Date: Thu, 13 Jun 2024 11:48:37 -0700 Subject: [PATCH] bumb ver for new news --- other_files/midori_program_ver.txt | 2 +- other_files/model_installer/version.py | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/other_files/midori_program_ver.txt b/other_files/midori_program_ver.txt index 30a477e..cf0b05c 100644 --- a/other_files/midori_program_ver.txt +++ b/other_files/midori_program_ver.txt @@ -1 +1 @@ -`Antioquia Brushfinch` ->| 24.6.7.0 |<- \ No newline at end of file +`Antioquia Brushfinch` ->| 24.6.13.0 |<- \ No newline at end of file diff --git a/other_files/model_installer/version.py b/other_files/model_installer/version.py index 43a8a45..68d8442 100644 --- a/other_files/model_installer/version.py +++ b/other_files/model_installer/version.py @@ -17,12 +17,13 @@ def news(blank_line, Fore): print(blank_line) print(Fore.GREEN + "News" + Fore.WHITE) print(blank_line) + print(Fore.LIGHTRED_EX + "Midori AI - As of Ver ->| 24.6.13.0 |<-") + print(Fore.GREEN + 'We are working on our new cluster os for running' + Fore.WHITE) + print(Fore.GREEN + 'AI workloads, thank you for your time!' + Fore.WHITE) + print(blank_line) print(Fore.LIGHTRED_EX + "LocalAI - As of Ver ->| 24.5.29.0 |<-" + Fore.WHITE) print('A full rework has started on how we setup localai / aio based images') print(blank_line) - print(Fore.LIGHTRED_EX + "Midori AI - As of Ver ->| 24.5.28.0 |<-") - print(Fore.GREEN + 'We are all done moving servers! Thank you for letting us grow!' + Fore.WHITE) - print(blank_line) print(Fore.RED + "Dev Notes" + Fore.WHITE) print('Please report bugs to the github or email so we can fix them!') print('Thank you all so much for helping with the beta! <3')