From 9079b1bb6dabd274cd45451286d385b038ae3c82 Mon Sep 17 00:00:00 2001 From: Lars Grammel Date: Mon, 6 Nov 2023 19:46:16 +0100 Subject: [PATCH] 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)