From bbca63ddd5c24504f387e6a55acba25e6ecef35f Mon Sep 17 00:00:00 2001 From: Re-bin Date: Sun, 1 Feb 2026 16:35:59 +0000 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ed4f862..ee681c1 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,19 @@ nanobot onboard "apiKey": "sk-or-v1-xxx" } }, + "agents": { + "defaults": { + "model": "anthropic/claude-opus-4-5" + } + }, "webSearch": { "apiKey": "BSA-xxx" } } ``` +> **Tip**: You can also change the model to `minimax/minimax-m2` for lower cost. + > Get API keys: [OpenRouter](https://openrouter.ai/keys) (LLM) ยท [Brave Search](https://brave.com/search/api/) (optional, for web search) **3. Chat**