From 8bc8bce79588c6ee08b6e8b43b3cbad5467d2407 Mon Sep 17 00:00:00 2001 From: lunamidori Date: Thu, 6 Jun 2024 20:01:43 -0700 Subject: [PATCH] Site update and bug fixes --- content/subsystem/_index.md | 29 +++------------------ content/subsystem/manager/_index.md | 24 ++++++++++++++--- other_files/midori_program_ver.txt | 2 +- other_files/model_installer/setup_docker.py | 2 +- 4 files changed, 26 insertions(+), 31 deletions(-) diff --git a/content/subsystem/_index.md b/content/subsystem/_index.md index f08411e..518a7a0 100644 --- a/content/subsystem/_index.md +++ b/content/subsystem/_index.md @@ -1,35 +1,12 @@ +++ disableToc = false title = "Midori AI Subsystem" +hidden = true weight = 3 +++ ![Midori AI photo](https://tea-cup.midori-ai.xyz/download/logosubsystem.png) -***Subsystem and Manager are still in beta, these links will not start working until they are ready!*** +***Subsystem and Manager are still in beta!*** -## Integrations - -This section includes end-to-end examples, tutorial and how-tos curated and maintained by the community. - -To add your own How Tos, Please open a PR on this github - [https://github.com/lunamidori5/Midori-AI](https://github.com/lunamidori5/Midori-AI) - -### Chat UIs -Chat with your own locally hosted AI, via: -- [AnythingLLM]({{%relref "subsystem/anythingllm" %}}) -- [BigAGI]({{%relref "subsystem/big-agi" %}}) - -### LLM Backends / Hosts -Seamlessly integrate your AI systems with these LLM Hosts: -- [LocalAI]({{%relref "subsystem/local-ai" %}}) -- [Ollama]({{%relref "subsystem" %}}) -- [Oobabooga]({{%relref "subsystem" %}}) - -### Cluster Based AI -Support the Midori AI node based cluster system! -- [Midori Ai Cluster]({{%relref "subsystem" %}}) - -### Image AI -Make photos for your AI's, by using: -- [InvokeAI]({{%relref "subsystem/invokeai" %}}) -- [Automatic1111]({{%relref "subsystem" %}}) \ No newline at end of file +For Issues, Please open a PR on this github - [https://github.com/lunamidori5/Midori-AI](https://github.com/lunamidori5/Midori-AI) \ No newline at end of file diff --git a/content/subsystem/manager/_index.md b/content/subsystem/manager/_index.md index 31c2aef..ce20e0f 100644 --- a/content/subsystem/manager/_index.md +++ b/content/subsystem/manager/_index.md @@ -214,13 +214,31 @@ If you encounter any issues or require further assistance, please feel free to r * **Midori AI Discord:** [Join our Discord server](https://discord.gg/xdgCx3VyHU) ## ----- Install Backends ----- -- [LocalAI](https://github.com/mudler/LocalAI) - For LLM inference, Embedding, and more -- [Ollama](https://github.com/ollama/ollama) - For LLM inference, Embedding, and more + +### Chat UIs +Chat with your own locally hosted AI, via: - [AnythingLLM](https://github.com/Mintplex-Labs/anything-llm) - For chating with your docs using LocalAI or other LLM hosts - [Big-AGI](https://github.com/enricoros/big-AGI) - For chating with your docs using LocalAI or other LLM hosts -- [InvokeAI](https://github.com/invoke-ai/InvokeAI) - For making photos using AI models + +### LLM Backends +Seamlessly integrate your AI systems with these LLM Backends: +- [LocalAI](https://github.com/mudler/LocalAI) - For LLM inference, Embedding, and more +- [Ollama](https://github.com/ollama/ollama) - For LLM inference, Embedding, and more - [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) - For training your own fine tuned LLMs + +### LLM Hubs +Chat with these locally hosted LLM Hubs, using the LLM backends in the Subsystem: - [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) - For Setting up / running LLM "Experts" +- [MemGPT](https://github.com/cpacker/MemGPT) - For Setting up / running LLM with OS like memory + +### Cluster Based AI +Support the Midori AI node based cluster system! +- [Midori Ai Cluster]({{%relref "subsystem" %}}) - Not Ready Yet + +### Image AI +Make photos for your AI's, by using: +- [InvokeAI](https://github.com/invoke-ai/InvokeAI) - For making photos using AI models + ## ----- Model Info and Links ----- diff --git a/other_files/midori_program_ver.txt b/other_files/midori_program_ver.txt index b8a467b..30a477e 100644 --- a/other_files/midori_program_ver.txt +++ b/other_files/midori_program_ver.txt @@ -1 +1 @@ -`Antioquia Brushfinch` ->| 24.6.5.1 |<- \ No newline at end of file +`Antioquia Brushfinch` ->| 24.6.7.0 |<- \ No newline at end of file diff --git a/other_files/model_installer/setup_docker.py b/other_files/model_installer/setup_docker.py index dedaf59..b65b53a 100644 --- a/other_files/model_installer/setup_docker.py +++ b/other_files/model_installer/setup_docker.py @@ -114,7 +114,7 @@ def dev_setup_docker(DockerClient, compose_path, ver_os_info, containers, use_gu s.clear_window(ver_os_info) - question = "Would you like me to auto up the backends that are installed in the Subsystem?: " + question = "Would you like me to auto update / start the backends that are installed in the Subsystem?: " valid_answers = ["yes", "no", "true", "false"] context_temp = f"The user was asked if they would like to auto update the backends that are installed in the Midori AI Docker Subsystem. This is a yes or no question. Tell the user to type ``yes`` for most usecases"