From e1990c7fb8f7280e4ddc03abc23f6318e4893f9b Mon Sep 17 00:00:00 2001 From: Chummy Date: Wed, 18 Feb 2026 17:07:55 +0800 Subject: [PATCH] docs(readme): update default model to claude-sonnet-4-6 --- README.ja.md | 2 +- README.md | 2 +- README.ru.md | 2 +- README.zh-CN.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.ja.md b/README.ja.md index 88008a9..ee40618 100644 --- a/README.ja.md +++ b/README.ja.md @@ -120,7 +120,7 @@ zeroclaw daemon ```toml api_key = "sk-..." default_provider = "openrouter" -default_model = "anthropic/claude-sonnet-4" +default_model = "anthropic/claude-sonnet-4-6" default_temperature = 0.7 [memory] diff --git a/README.md b/README.md index ce2cce9..d43b74f 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ Config: `~/.zeroclaw/config.toml` (created by `onboard`) ```toml api_key = "sk-..." default_provider = "openrouter" -default_model = "anthropic/claude-sonnet-4" +default_model = "anthropic/claude-sonnet-4-6" default_temperature = 0.7 # Custom OpenAI-compatible endpoint diff --git a/README.ru.md b/README.ru.md index d51e5fa..e0dde0b 100644 --- a/README.ru.md +++ b/README.ru.md @@ -120,7 +120,7 @@ zeroclaw daemon ```toml api_key = "sk-..." default_provider = "openrouter" -default_model = "anthropic/claude-sonnet-4" +default_model = "anthropic/claude-sonnet-4-6" default_temperature = 0.7 [memory] diff --git a/README.zh-CN.md b/README.zh-CN.md index 33232e1..e633df2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,7 +5,7 @@

ZeroClaw 🦀(简体中文)

- Zero overhead. Zero compromise. 100% Rust. 100% Agnostic. + 零开销、零妥协;随处部署、万物可换。

@@ -125,7 +125,7 @@ zeroclaw daemon ```toml api_key = "sk-..." default_provider = "openrouter" -default_model = "anthropic/claude-sonnet-4" +default_model = "anthropic/claude-sonnet-4-6" default_temperature = 0.7 [memory]