From b44f56319fa1356fe64fead7eb47a8fc9931dfb8 Mon Sep 17 00:00:00 2001 From: Stillhart Date: Sat, 24 Jan 2026 07:24:52 +0100 Subject: [PATCH] README: Update the "Ollama for ruby" to the most popular and maintained ruby gem. (#13855) * update README ruby link the ollama-ai ruby gem is vastly less popular and seems unmaintained https://rubygems.org/gems/ollama-ai the defacto standard with the most downloads in the ruby ecosystem is ruby_llm https://rubygems.org/gems/ruby_llm I would link to that to avoid complication and guarantee feature compatibility with ollama. * Update gem link ruby_llm from website to GitHub ollama links mostly to github, not project websites, hence link to ruby_llm github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9cee2af3..93596b0e1 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [LiteLLM](https://github.com/BerriAI/litellm) - [OllamaFarm for Go](https://github.com/presbrey/ollamafarm) - [OllamaSharp for .NET](https://github.com/awaescher/OllamaSharp) -- [Ollama for Ruby](https://github.com/gbaptista/ollama-ai) +- [Ollama for Ruby](https://github.com/crmne/ruby_llm) - [Ollama-rs for Rust](https://github.com/pepperoni21/ollama-rs) - [Ollama-hpp for C++](https://github.com/jmont-dev/ollama-hpp) - [Ollama4j for Java](https://github.com/ollama4j/ollama4j)