Skip to content

Commit

Permalink
Site update and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Jun 7, 2024
1 parent a81b426 commit 8bc8bce
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 31 deletions.
29 changes: 3 additions & 26 deletions content/subsystem/_index.md
Original file line number Diff line number Diff line change
@@ -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" %}})
For Issues, Please open a PR on this github - [https://github.com/lunamidori5/Midori-AI](https://github.com/lunamidori5/Midori-AI)
24 changes: 21 additions & 3 deletions content/subsystem/manager/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----

Expand Down
2 changes: 1 addition & 1 deletion other_files/midori_program_ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`Antioquia Brushfinch` ->| 24.6.5.1 |<-
`Antioquia Brushfinch` ->| 24.6.7.0 |<-
2 changes: 1 addition & 1 deletion other_files/model_installer/setup_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8bc8bce

Please sign in to comment.