chore: update deprecated Claude Sonnet model to claude-sonnet-4-6#222
chore: update deprecated Claude Sonnet model to claude-sonnet-4-6#222Manish-kumar-DEV wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThis PR updates the Anthropic Claude model identifier from ChangesClaude Model Identifier Update
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What this PR does
Updates all references to the deprecated Anthropic Claude model
"claude-sonnet-4-20250514"to"claude-sonnet-4-6"across code, examples, and documentation to prevent deprecation errors.Kind of change
Checklist
docs/en.mdclaimsPhase / lesson
Affects multiple lessons across:
Notes for reviewer
Since
"claude-sonnet-4-20250514"is deprecated by Anthropic, this PR systematically upgrades all instances of it in code files (first_api_call.py,production_app.py) and matching documentation pages (docs/en.mdacross multiple lessons) to the stable"claude-sonnet-4-6"identifier. All replacements are clean and balanced (15 insertions, 15 deletions).