From baa41be2aafbcb56a7e17710e23b885d2baa5adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E5=B7=B3=E7=85=9C?= <68628461+lemonit-eric-mao@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:51:45 +0800 Subject: [PATCH] readme: add a community made ollama web management tool (#7126) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0d3141d..953ecf72 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [LLMChat](https://github.com/trendy-design/llmchat) (Privacy focused, 100% local, intuitive all-in-one chat interface) - [ARGO](https://github.com/xark-argo/argo) (Locally download and run Ollama and Huggingface models with RAG on Mac/Windows/Linux) - [G1](https://github.com/bklieger-groq/g1) (Prototype of using prompting strategies to improve the LLM's reasoning through o1-like reasoning chains.) +- [Web management](https://github.com/lemonit-eric-mao/ollama-web-management) (Web management page) - [Promptery](https://github.com/promptery/promptery) (desktop client for Ollama.) - [Ollama App](https://github.com/JHubi1/ollama-app) (Modern and easy-to-use multi-platform client for Ollama) - [ollama-chat-app](https://github.com/anan1213095357/ollama-chat-app) (Flutter-based chat app)