From 25c9339e2d9cea413f2cb1b616e84dab89b81e59 Mon Sep 17 00:00:00 2001 From: Leon Sander <72946124+Leon-Sander@users.noreply.github.com> Date: Fri, 22 Nov 2024 05:39:38 +0100 Subject: [PATCH] readme: add Local Multimodal AI Chat app to community integrations (#6931) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 573f7e87..ce132b25 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [crewAI with Mesop](https://github.com/rapidarchitect/ollama-crew-mesop) (Mesop Web Interface to run crewAI with Ollama) - [Tkinter-based client](https://github.com/chyok/ollama-gui) (Python tkinter-based Client for Ollama) - [LLMChat](https://github.com/trendy-design/llmchat) (Privacy focused, 100% local, intuitive all-in-one chat interface) +- [Local Multimodal AI Chat](https://github.com/Leon-Sander/Local-Multimodal-AI-Chat) (Ollama-based LLM Chat with support for multiple features, including PDF RAG, voice chat, image-based interactions, and integration with OpenAI.) - [ARGO](https://github.com/xark-argo/argo) (Locally download and run Ollama and Huggingface models with RAG on Mac/Windows/Linux) - [OrionChat](https://github.com/EliasPereirah/OrionChat) - OrionChat is a web interface for chatting with different AI providers - [G1](https://github.com/bklieger-groq/g1) (Prototype of using prompting strategies to improve the LLM's reasoning through o1-like reasoning chains.)