From 464ea0052975349f3c6102bf079fb9ba6f3fac1a Mon Sep 17 00:00:00 2001 From: latent-9 <296084221+latent-9@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:59:52 +1200 Subject: [PATCH] docs: fix broken MiniMax link in README (docs/minimax.md 404s) The MiniMax provider in the README links to docs/minimax.md, which does not exist (404). The sibling providers on the same line (OpenAI, Groq, Azure, Gemini) are plain bold, and the translated READMEs (docs/italian.md, docs/spanish.md) already render MiniMax de-linked. De-link MiniMax to match. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 989f2674..491f5c13 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ There are other pipelines that can be used to extract information from multiple For each of these graphs there is the multi version. It allows to make calls of the LLM in parallel. -It is possible to use different LLM through APIs, such as **OpenAI**, **Groq**, **Azure**, **Gemini**, **[MiniMax](docs/minimax.md)** and more, or local models using **Ollama**. +It is possible to use different LLM through APIs, such as **OpenAI**, **Groq**, **Azure**, **Gemini**, **MiniMax** and more, or local models using **Ollama**. Remember to have [Ollama](https://ollama.com/) installed and download the models using the **ollama pull** command, if you want to use local models.