From e5f25726c0e414f118c6fdecdf2368d1502d2b86 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Thu, 1 May 2025 15:09:07 +0800 Subject: [PATCH] chore: Update README.md to recommend "claude-3-7-sonnet-20250219" (#8190) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa0f95d01..07b2f0e940 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ docker run -it --rm --pull=always \ You'll find OpenHands running at [http://localhost:3000](http://localhost:3000)! When you open the application, you'll be asked to choose an LLM provider and add an API key. -[Anthropic's Claude 3.5 Sonnet](https://www.anthropic.com/api) (`anthropic/claude-3-5-sonnet-20241022`) +[Anthropic's Claude 3.7 Sonnet](https://www.anthropic.com/api) (`anthropic/claude-3-7-sonnet-20250219`) works best, but you have [many options](https://docs.all-hands.dev/modules/usage/llms). ## 💡 Other ways to run OpenHands