From 95d24262fc541013b830da0d3a0b3334eb35d3b8 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 28 Oct 2023 16:02:13 -0500 Subject: [PATCH] doc: categorised community integrations + added web-ui --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 84996372..c057cd68 100644 --- a/README.md +++ b/README.md @@ -217,21 +217,34 @@ See the [API documentation](./docs/api.md) for all endpoints. ## Community Integrations +### UI +#### GUI + +- [OllamaSharp for .NET](https://github.com/awaescher/OllamaSharp) +- [Minimalistic React UI for Ollama Models](https://github.com/richawo/minimal-llm-ui) +- [Chatbot UI](https://github.com/ivanfioravanti/chatbot-ollama) +- [HTML UI](https://github.com/rtcfirefly/ollama-ui) +- [Typescript UI](https://github.com/ollama-interface/Ollama-Gui?tab=readme-ov-file) +- [Web UI](https://github.com/ollama-webui/ollama-webui) + +#### Terminal UI +- [oterm](https://github.com/ggozad/oterm) +- [Ellama Emacs client](https://github.com/s-kostyaev/ellama) +- [Emacs client](https://github.com/zweifisch/ollama) + +### Libraries - [LangChain](https://python.langchain.com/docs/integrations/llms/ollama) and [LangChain.js](https://js.langchain.com/docs/modules/model_io/models/llms/integrations/ollama) with [example](https://js.langchain.com/docs/use_cases/question_answering/local_retrieval_qa) - [LlamaIndex](https://gpt-index.readthedocs.io/en/stable/examples/llm/ollama.html) +- [LiteLLM](https://github.com/BerriAI/litellm) + +### Plugins (Extensions) - [Raycast extension](https://github.com/MassimilianoPasquini97/raycast_ollama) - [Discollama](https://github.com/mxyng/discollama) (Discord bot inside the Ollama discord channel) - [Continue](https://github.com/continuedev/continue) - [Obsidian Ollama plugin](https://github.com/hinterdupfinger/obsidian-ollama) - [Dagger Chatbot](https://github.com/samalba/dagger-chatbot) -- [LiteLLM](https://github.com/BerriAI/litellm) - [Discord AI Bot](https://github.com/mekb-turtle/discord-ai-bot) -- [Chatbot UI](https://github.com/ivanfioravanti/chatbot-ollama) -- [HTML UI](https://github.com/rtcfirefly/ollama-ui) -- [Typescript UI](https://github.com/ollama-interface/Ollama-Gui?tab=readme-ov-file) - [Dumbar](https://github.com/JerrySievert/Dumbar) -- [Emacs client](https://github.com/zweifisch/ollama) -- [oterm](https://github.com/ggozad/oterm) -- [Ellama Emacs client](https://github.com/s-kostyaev/ellama) -- [OllamaSharp for .NET](https://github.com/awaescher/OllamaSharp) -- [Minimalistic React UI for Ollama Models](https://github.com/richawo/minimal-llm-ui) + + +