From a46803cbd7078fa18bd6dbed842045a822352a65 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 52d4504..062abbb 100644 --- a/README.md +++ b/README.md @@ -803,6 +803,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` |