From 389075abc8f415e8a49efe130fcbcee8b7091308 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 7 Apr 2026 09:16:57 +0100 Subject: [PATCH] docs: make README model guidance provider-agnostic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52c20de7f49..a28262bc5a6 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ New install? Start here: [Getting started](https://docs.openclaw.ai/start/gettin - **[OpenAI](https://openai.com/)** (ChatGPT/Codex) -Model note: while many providers/models are supported, for the best experience and lower prompt-injection risk use the strongest latest-generation model available to you. See [Onboarding](https://docs.openclaw.ai/start/onboarding). +Model note: while many providers and models are supported, prefer a current flagship model from the provider you trust and already use. See [Onboarding](https://docs.openclaw.ai/start/onboarding). ## Models (selection + auth) @@ -371,7 +371,7 @@ Minimal `~/.openclaw/openclaw.json` (model + defaults): ```json5 { agent: { - model: "anthropic/claude-opus-4-6", + model: "/", }, } ```