From 723f285813f504375f0e6be6c76edfbaaabd961f Mon Sep 17 00:00:00 2001 From: Elias <16616409+EliasPereirah@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:23:42 -0300 Subject: [PATCH] readme: add OrionChat to community integrations (#7084) OrionChat is a free web-based chat interface that simplifies interactions with multiple AI model providers. It provides a unified platform for chatting and exploring multiple large language models (LLMs). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fbafec7..0eaae44f 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [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) - [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.) - [Web management](https://github.com/lemonit-eric-mao/ollama-web-management) (Web management page) - [Promptery](https://github.com/promptery/promptery) (desktop client for Ollama.)