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')