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**