From 9079b1bb6dabd274cd45451286d385b038ae3c82 Mon Sep 17 00:00:00 2001 From: Lars Grammel Date: Mon, 6 Nov 2023 19:46:16 +0100 Subject: [PATCH 1/3] Add ModelFusion community integration (#1020) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb673f8a..3d803869 100644 --- a/README.md +++ b/README.md @@ -234,4 +234,5 @@ See the [API documentation](./docs/api.md) for all endpoints. - [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) -- [Ollama-rs for Rust](https://github.com/pepperoni21/ollama-rs) \ No newline at end of file +- [Ollama-rs for Rust](https://github.com/pepperoni21/ollama-rs) +- [ModelFusion Typescript Library](https://modelfusion.dev/integration/model-provider/ollama) From 7ebbd89bbf32b8a90a371a55aaab0e1c8dd0f787 Mon Sep 17 00:00:00 2001 From: Elton Renda Date: Mon, 6 Nov 2023 20:50:35 +0200 Subject: [PATCH 2/3] add hass-ollama-conversation (#999) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d803869..84b189c8 100644 --- a/README.md +++ b/README.md @@ -235,4 +235,5 @@ See the [API documentation](./docs/api.md) for all endpoints. - [OllamaSharp for .NET](https://github.com/awaescher/OllamaSharp) - [Minimalistic React UI for Ollama Models](https://github.com/richawo/minimal-llm-ui) - [Ollama-rs for Rust](https://github.com/pepperoni21/ollama-rs) +- [Hass Ollama Conversation](https://github.com/ej52/hass-ollama-conversation) - [ModelFusion Typescript Library](https://modelfusion.dev/integration/model-provider/ollama) From 274c6cbf4c93345cea4809d43d7afbf6a7693bad Mon Sep 17 00:00:00 2001 From: "Dr. David A. Kunz" Date: Mon, 6 Nov 2023 19:51:41 +0100 Subject: [PATCH 3/3] Added gen.nvim to community integrations (#996) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84b189c8..8bc2822a 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [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) +- [gen.nvim](https://github.com/David-Kunz/gen.nvim) - [Ollama-rs for Rust](https://github.com/pepperoni21/ollama-rs) - [Hass Ollama Conversation](https://github.com/ej52/hass-ollama-conversation) - [ModelFusion Typescript Library](https://modelfusion.dev/integration/model-provider/ollama)