From c046dcb8bf61fe6924b27c5b8435d9d7ae9f7cd0 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Wed, 18 Mar 2026 15:38:03 +0800 Subject: [PATCH] docs(provider): add mistral intro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c627adca0..787cd8741 100644 --- a/README.md +++ b/README.md @@ -799,6 +799,7 @@ Config file: `~/.nanobot/config.json` | `moonshot` | LLM (Moonshot/Kimi) | [platform.moonshot.cn](https://platform.moonshot.cn) | | `zhipu` | LLM (Zhipu GLM) | [open.bigmodel.cn](https://open.bigmodel.cn) | | `ollama` | LLM (local, Ollama) | — | +| `mistral` | LLM | [docs.mistral.ai](https://docs.mistral.ai/) | | `ovms` | LLM (local, OpenVINO Model Server) | [docs.openvino.ai](https://docs.openvino.ai/2026/model-server/ovms_docs_llm_quickstart.html) | | `vllm` | LLM (local, any OpenAI-compatible server) | — | | `openai_codex` | LLM (Codex, OAuth) | `nanobot provider login openai-codex` |